summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-03 03:36:53 +0000
committerMiles Bader <miles@gnu.org>1996-07-03 03:36:53 +0000
commitffde13b585bb890bd151703ed75a43a28fe7356a (patch)
tree62a0beb28146f834eb8313c7750dd291da79f10b /daemons
parent21515d1ed64d03e9148d988215f21a7117820f53 (diff)
Touch /var/run/uptime file.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/rc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh
index 34ebb424..5d0eb0ae 100644
--- a/daemons/rc.sh
+++ b/daemons/rc.sh
@@ -42,7 +42,7 @@ then
esac
fi
-date
+touch /var/run/uptime
# Until new hostname functions are in place
test -r /etc/hostname && hostname `cat /etc/hostname`