From owner-svn-src-all@FreeBSD.ORG Mon Feb 2 09:24:41 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C742D1; Mon, 2 Feb 2015 09:24:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47C9A7CC; Mon, 2 Feb 2015 09:24:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t129OfAn055191; Mon, 2 Feb 2015 09:24:41 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t129Oep0055189; Mon, 2 Feb 2015 09:24:40 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201502020924.t129Oep0055189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Mon, 2 Feb 2015 09:24:40 +0000 (UTC) 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 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:24:41 -0000 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 +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 +.include BINDIR= /etc/newsyslog.conf.d