diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2002-09-02 16:35:01 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2002-09-02 16:35:01 +0000 |
| commit | 67a399fda831febf6050c6966f37f21a188fbc41 (patch) | |
| tree | 04f0247ba346bb40f4752abd130ecfbc74761946 /etc/defaults | |
| parent | 31c759c0efcd8120a0c34f88c64a187003564d37 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -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 24b7256b129c..4188b0a44acf 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. |
