Author: des Date: Tue Jun 30 13:34:46 2015 New Revision: 284953 URL: https://svnweb.freebsd.org/changeset/base/284953
Log: MFH (r270391): don't set rc_debug in /etc/defaults/rc.conf Modified: stable/9/etc/defaults/rc.conf Directory Properties: stable/9/ (props changed) stable/9/etc/ (props changed) Modified: stable/9/etc/defaults/rc.conf ============================================================================== --- stable/9/etc/defaults/rc.conf Tue Jun 30 13:30:10 2015 (r284952) +++ stable/9/etc/defaults/rc.conf Tue Jun 30 13:34:46 2015 (r284953) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
