mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Setting rc_debug explicitly in /etc/defaults/rc.conf defeats its purpose.
MFC after: 3 days
This commit is contained in:
parent
835ceac677
commit
fe248ffb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
### Important initial Boot-time options ####################
|
||||
##############################################################
|
||||
|
||||
rc_debug="NO" # Set to YES to enable debugging output from rc.d
|
||||
#rc_debug="NO" # Set to YES to enable debugging output from rc.d
|
||||
rc_info="NO" # Enables display of informational messages at boot.
|
||||
rc_startmsgs="YES" # Show "Starting foo:" messages at boot
|
||||
rcshutdown_timeout="90" # Seconds to wait before terminating rc.shutdown
|
||||
|
|
|
|||
Loading…
Reference in a new issue