Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 10:00:46 +0000 (UTC)
From:      Garrett Cooper <ngie@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: r278069 - in stable/9/etc: . newsyslog.conf.d
Message-ID:  <201502021000.t12A0kLL070269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Feb  2 10:00:45 2015
New Revision: 278069
URL: https://svnweb.freebsd.org/changeset/base/278069

Log:
  MFC r278067:
  
  r278067:
  
    MFC r277541:
  
    r277541:
  
      Add sample log rotation support for opensm
  
      Up to 7 archives of the log will be kept (just for consistency with the other
      log rotation rules)
  
      PR: 196788
      Reviewed by: hselasky
      Sponsored by: EMC / Isilon Storage Division

Added:
  stable/9/etc/newsyslog.conf.d/
     - copied from r278067, stable/10/etc/newsyslog.conf.d/
Modified:
  stable/9/etc/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/etc/   (props changed)

Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile	Mon Feb  2 09:56:57 2015	(r278068)
+++ stable/9/etc/Makefile	Mon Feb  2 10:00:45 2015	(r278069)
@@ -3,8 +3,11 @@
 
 .include <bsd.own.mk>
 
+SUBDIR=	\
+	newsyslog.conf.d
+
 .if ${MK_SENDMAIL} != "no"
-SUBDIR=	sendmail
+SUBDIR+=sendmail
 .endif
 
 BIN1=	crontab \



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