diff options
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 24b7256..4188b0a 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -19,7 +19,7 @@ ### Important initial Boot-time options #################### ############################################################## -rc_ng="NO" # Set to YES to enable new-style rc. Experimental. +rc_ng="YES" # Set to NO to disable new-style rc scripts. rc_info="YES" # Enables display of informational messages at boot. rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown swapfile="NO" # Set to name of swapfile if aux swapfile desired. |