Browse Source

add kern.version to daily report. ok deraadt@

OPENBSD_3_7
nick 19 years ago
parent
commit
86d5e7d5f0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/daily

+ 3
- 1
src/etc/daily View File

@ -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:"


Loading…
Cancel
Save