From ef532cbd4317a6ecf56d894d4f1532aca2b8463e Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Wed, 26 Jun 2002 09:34:04 +0000 Subject: - further eliminate PATH settings --- rc.d/rc.sysinit | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0d0786b1..fe1148ef 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -13,23 +13,16 @@ fi # If we're using devfs, start devfsd now - we need the old device names [ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev -PATH=/bin:/sbin:/usr/bin:/usr/sbin -export PATH - HOSTNAME=`/bin/hostname` - -# Read in config data. if [ -f /etc/sysconfig/network ]; then . /etc/sysconfig/network else NETWORKING=no fi - if [ -z "$HOSTNAME" -o "$HOSTNAME" = "(none)" ]; then HOSTNAME=localhost fi -# Source functions . /etc/init.d/functions # Print a banner. ;) @@ -54,7 +47,6 @@ fi /bin/dmesg -n $LOGLEVEL # Mount /proc (done here so volume labels can work with fsck) - action $"Mounting proc filesystem: " mount -n -t proc /proc /proc # Unmount the initrd, if necessary -- cgit v1.2.1