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 \ _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"