|
|
@ -1,14 +1,11 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: weekly,v 1.7 1997/09/15 09:54:40 deraadt Exp $ |
|
|
|
# $OpenBSD: weekly,v 1.8 1998/02/02 23:08:56 millert Exp $ |
|
|
|
# |
|
|
|
|
|
|
|
PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec |
|
|
|
export PATH |
|
|
|
|
|
|
|
host=`hostname -s` |
|
|
|
echo "Subject: $host weekly run output" |
|
|
|
|
|
|
|
if [ -f /etc/weekly.local ];then |
|
|
|
echo "" |
|
|
|
echo "Running weekly.local:" |
|
|
|