aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit8
1 files changed, 0 insertions, 8 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 955d271d..b89730db 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -25,10 +25,6 @@ swapon -a
hostname ${HOSTNAME}
echo hostname: `hostname`
-if [ -n ${DOMAIN} ]; then
- DOMAIN=`echo $HOSTNAME | sed 's/^[^\.]*\.//'`
-fi
-
# Set the NIS domain name
if [ -n "$NISDOMAIN" ]; then
domainname $NISDOMAIN
@@ -161,10 +157,6 @@ if [ -x /sbin/kerneld -a -n "$USEMODULES" ]; then
KERNELD=yes
fi
-if ! grep search /etc/resolv.conf ; then
- echo "search $DOMAIN" >> /etc/resolv.conf
-fi
-
# Check filesystems
if [ ! -f /fastboot ]; then
echo "Checking filesystems."