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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to