From 86d5e7d5f067b2043ce0c39d80b86c22cc67075f Mon Sep 17 00:00:00 2001 From: nick <> Date: Mon, 15 Nov 2004 18:10:48 +0000 Subject: [PATCH] add kern.version to daily report. ok deraadt@ --- src/etc/daily | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/daily b/src/etc/daily index b9ec8c54..1237281e 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -1,11 +1,13 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.46 2003/07/28 20:58:48 jmc Exp $ +# $OpenBSD: daily,v 1.47 2004/11/15 18:10:48 nick 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 + if [ -f /etc/daily.local ]; then echo "" echo "Running daily.local:"