From 2ef9f078425d538a8a7500d4aadfae302e8f778c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 15 Jul 1996 18:06:15 +0000 Subject: Get rid of hostname setting from /etc/hostname. --- daemons/rc.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'daemons') diff --git a/daemons/rc.sh b/daemons/rc.sh index a97c3723..b8d40b4f 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -44,9 +44,6 @@ fi touch /var/run/uptime -# Until new hostname functions are in place -test -r /etc/hostname && hostname `cat /etc/hostname` - echo -n cleaning up left over files... rm -f /etc/nologin rm -f /var/lock/LCK.* -- cgit v1.2.3