diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-13 05:31:07 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-13 05:31:07 +0000 |
commit | 2646322441c35b84fa89a26b98e59494d3f3d103 (patch) | |
tree | 1966b3141d1ca7f1e71b50f874a6eb581e55a8b2 | |
parent | f22a7b539557db26a2d107797b7c26963c9bb1dd (diff) |
Notes
-rw-r--r-- | etc/rc | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.169.2.3 1999/02/11 22:03:27 dillon Exp $ +# $Id: rc,v 1.169.2.4 1999/02/11 23:05:00 jkh Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -8,7 +8,7 @@ # and the console is the controlling terminal. # Note that almost all the user-configurable behavior is no longer in -# this file, but rather in /etc/rc.conf. Please check this file +# this file, but rather in /etc/defaults/rc.conf. Please check this file # first before contemplating any changes here. stty status '^T' @@ -121,12 +121,6 @@ if [ "X$diskless_mount_func" != "X" ]; then fi -# If old file exists, whine until they fix it. -if [ -f /etc/sysconfig ]; then - echo "Warning: /etc/sysconfig has been replaced by /etc/rc.conf." - echo "You should switch to /etc/rc.conf ASAP to eliminate this warning." -fi - adjkerntz -i clean_var() { @@ -285,8 +279,7 @@ if [ -x /sbin/ldconfig ]; then # Legacy aout support for i386 only if [ X"`sysctl -n hw.machine`" = X"i386" ]; then - # Default the a.out ldconfig path, in case the system's - # /etc/rc.conf hasn't been updated. + # Default the a.out ldconfig path. : ${ldconfig_paths_aout=${ldconfig_paths}} _LDC=/usr/lib/aout for i in $ldconfig_paths_aout; do |