svn commit: r243568 - head/etc

Gleb Smirnoff glebius at FreeBSD.org
Mon Nov 26 19:42:39 UTC 2012


Author: glebius
Date: Mon Nov 26 19:42:38 2012
New Revision: 243568
URL: http://svnweb.freebsd.org/changeset/base/243568

Log:
  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:
  head/etc/newsyslog.conf

Modified: head/etc/newsyslog.conf
==============================================================================
--- head/etc/newsyslog.conf	Mon Nov 26 18:11:41 2012	(r243567)
+++ head/etc/newsyslog.conf	Mon Nov 26 19:42:38 2012	(r243568)
@@ -35,5 +35,5 @@
 /var/log/security			600  10	   100	*     JC
 /var/log/sendmail.st			640  10	   *	168   B
 /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


More information about the svn-src-head mailing list