|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: daily,v 1.19 1997/05/30 07:11:52 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: daily,v 1.20 1997/09/15 06:24:24 pierre Exp $ |
|
|
# From: @(#)daily 8.2 (Berkeley) 1/25/94 |
|
|
# From: @(#)daily 8.2 (Berkeley) 1/25/94 |
|
|
# |
|
|
# |
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin |
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin |
|
@ -118,8 +118,8 @@ then |
|
|
echo "Not running calendar, (yp client)." |
|
|
echo "Not running calendar, (yp client)." |
|
|
fi |
|
|
fi |
|
|
else |
|
|
else |
|
|
echo "Running calendar." |
|
|
|
|
|
calendar -a |
|
|
|
|
|
|
|
|
echo "Running calendar in the background." |
|
|
|
|
|
calendar -a & |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Rotation of mail log now handled automatically by cron and 'newsyslog' |
|
|
# Rotation of mail log now handled automatically by cron and 'newsyslog' |
|
|