summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-30 01:42:47 +0000
committerRoland McGrath <roland@gnu.org>1999-05-30 01:42:47 +0000
commit88630d15ed526a49bf9e53c53bd55bfa18c1029e (patch)
tree2c7c8fa4005629b0011f01905a1bc24acda7c7cb /daemons
parent025747db6fde6563914f0645c522afe3bb265c7a (diff)
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* rc.sh: Don't create /var/run/uptime. It's no longer used.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/rc.sh3
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