From 88630d15ed526a49bf9e53c53bd55bfa18c1029e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 30 May 1999 01:42:47 +0000 Subject: 1999-05-29 Roland McGrath * rc.sh: Don't create /var/run/uptime. It's no longer used. --- daemons/rc.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'daemons') 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 -- cgit v1.2.3