diff options
author | 2005-09-29 00:31:08 +0000 | |
---|---|---|
committer | 2005-09-29 00:31:08 +0000 | |
commit | a2ad9ebfb8e4b7ec3f7d90c3269678edb0468bf4 (patch) | |
tree | c1dde8c4a4118c4359de29dfe570f28200425908 | |
parent | for RCS files look in RCSDIR, if there is no path prefix specified. (diff) | |
download | wireguard-openbsd-a2ad9ebfb8e4b7ec3f7d90c3269678edb0468bf4.tar.xz wireguard-openbsd-a2ad9ebfb8e4b7ec3f7d90c3269678edb0468bf4.zip |
ok, add uptime after kernel version
-rw-r--r-- | etc/daily | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/daily b/etc/daily index 3e98d05476f..07a6d5a58f1 100644 --- a/etc/daily +++ b/etc/daily @@ -1,12 +1,13 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.50 2005/03/17 18:16:52 millert Exp $ +# $OpenBSD: daily,v 1.51 2005/09/29 00:31:08 deraadt Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin bak=/var/backups sysctl -n kern.version +uptime if [ -f /etc/daily.local ]; then echo "" |