summaryrefslogtreecommitdiff
path: root/etc/daily
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-29 00:31:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-29 00:31:09 +0000
commitd1dc0edafc15e6ad96195585821340e93363f85b (patch)
treead4407f542507818925dfdb74247cdd639846891 /etc/daily
parentddc87b2d3ca7f95ac4b27ed175ecac254f980902 (diff)
ok, add uptime after kernel version
Diffstat (limited to 'etc/daily')
-rw-r--r--etc/daily3
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 ""