diff options
author | Miles Bader <miles@gnu.org> | 1996-07-03 03:36:53 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-03 03:36:53 +0000 |
commit | ffde13b585bb890bd151703ed75a43a28fe7356a (patch) | |
tree | 62a0beb28146f834eb8313c7750dd291da79f10b | |
parent | 21515d1ed64d03e9148d988215f21a7117820f53 (diff) |
Touch /var/run/uptime file.
-rw-r--r-- | daemons/rc.sh | 2 |
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` |