From: Keith Bostic Date: Thu, 16 Jul 1992 06:36:33 +0000 (-0800) Subject: ping syslog just incase X-Git-Tag: BSD-4_4-Snapshot-Development~5650 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/370f12e66f493555aa09812ef152d236af122a18 ping syslog just incase SCCS-vsn: etc/monthly 5.9 --- diff --git a/usr/src/etc/monthly b/usr/src/etc/monthly index 4dce940a8f..35d54ad923 100644 --- a/usr/src/etc/monthly +++ b/usr/src/etc/monthly @@ -1,6 +1,6 @@ #!/bin/sh - # -# @(#)monthly 5.8 (Berkeley) %G% +# @(#)monthly 5.9 (Berkeley) %G% # host=`hostname` @@ -24,4 +24,5 @@ for i in ftp.log kerberos.log lpd-errs wtmp; do if [ -f $i ]; then mv -f $i $i.0; fi >$i done +kill -1 `cat /var/run/syslog.pid` echo ""