Author: glebius
Date: Sun Jan 20 07:45:04 2013
New Revision: 245683
URL: http://svnweb.freebsd.org/changeset/base/245683

Log:
  Merge r243568 from head:
    Fix typo in weekly line which made it to rotated after reaching > 1 Kb.
  
    PR:         conf/173857
    Submitted by:       Matt Smith <matt xtaz.co.uk>

Modified:
  stable/9/etc/newsyslog.conf
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/newsyslog.conf
==============================================================================
--- stable/9/etc/newsyslog.conf Sun Jan 20 07:38:38 2013        (r245682)
+++ stable/9/etc/newsyslog.conf Sun Jan 20 07:45:04 2013        (r245683)
@@ -34,5 +34,5 @@
 /var/log/security                      600  10    100  *     JC
 /var/log/sendmail.st                   640  10    *    168   BN
 /var/log/utx.log                       644  3     *    @01T05 B
-/var/log/weekly.log                    640  5     1    $W6D0 JN
+/var/log/weekly.log                    640  5     *    $W6D0 JN
 /var/log/xferlog                       600  7     100  *     JC
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to