Browse Source

ok, add uptime after kernel version

OPENBSD_3_9
deraadt 19 years ago
parent
commit
4463d1f779
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/daily

+ 2
- 1
src/etc/daily View File

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


Loading…
Cancel
Save