Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 09:24:40 +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-10@freebsd.org
Subject:   svn commit: r278067 - in stable/10/etc: . newsyslog.conf.d
Message-ID:  <201502020924.t129Oep0055189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Feb  2 09:24:40 2015
New Revision: 278067
URL: https://svnweb.freebsd.org/changeset/base/278067

Log:
  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/10/etc/newsyslog.conf.d/
     - copied from r277541, head/etc/newsyslog.conf.d/
Modified:
  stable/10/etc/Makefile
  stable/10/etc/newsyslog.conf.d/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile	Mon Feb  2 09:23:18 2015	(r278066)
+++ stable/10/etc/Makefile	Mon Feb  2 09:24:40 2015	(r278067)
@@ -3,8 +3,11 @@
 
 .include <bsd.own.mk>
 
+SUBDIR=	\
+	newsyslog.conf.d
+
 .if ${MK_SENDMAIL} != "no"
-SUBDIR=	sendmail
+SUBDIR+=sendmail
 .endif
 
 .if ${MK_TESTS} != "no"

Modified: stable/10/etc/newsyslog.conf.d/Makefile
==============================================================================
--- head/etc/newsyslog.conf.d/Makefile	Thu Jan 22 23:50:47 2015	(r277541)
+++ stable/10/etc/newsyslog.conf.d/Makefile	Mon Feb  2 09:24:40 2015	(r278067)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.include <src.opts.mk>
+.include <bsd.own.mk>
 
 BINDIR=		/etc/newsyslog.conf.d
 



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