diff options
-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.* |