diff options
author | Miles Bader <miles@gnu.org> | 1996-07-15 18:06:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-15 18:06:15 +0000 |
commit | 2ef9f078425d538a8a7500d4aadfae302e8f778c (patch) | |
tree | b526b47761be7f40872cd61f22a5c3391945f06f /daemons | |
parent | 650b37cbc25d357e47efdff2a8ffe5abb6e72cfb (diff) |
Get rid of hostname setting from /etc/hostname.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/rc.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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.* |