ping syslog just incase
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 16 Jul 1992 06:36:33 +0000 (22:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 16 Jul 1992 06:36:33 +0000 (22:36 -0800)
SCCS-vsn: etc/monthly 5.9

usr/src/etc/monthly

index 4dce940..35d54ad 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-#      @(#)monthly     5.8 (Berkeley) %G%
+#      @(#)monthly     5.9 (Berkeley) %G%
 #
 
 host=`hostname`
 #
 
 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
        if [ -f $i ]; then mv -f $i $i.0; fi
        >$i
 done
+kill -1 `cat /var/run/syslog.pid`
 echo ""
 echo ""