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 45d2493c..001a4f8b 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -55,9 +55,6 @@ if test -d /var/run; then fi echo done -# This file records when the system was booted. -date > /var/run/uptime - # This file must exist for e2fsck to work. XXX touch /var/run/mtab |