Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 07:45:05 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r245683 - stable/9/etc
Message-ID:  <201301200745.r0K7j5bh077955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200745.r0K7j5bh077955>