From owner-svn-src-user@freebsd.org Thu May 5 18:59:30 2016 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43825B2EB21 for ; Thu, 5 May 2016 18:59:30 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1502E10FB; Thu, 5 May 2016 18:59:30 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u45IxTHq029279; Thu, 5 May 2016 18:59:29 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u45IxTKv029278; Thu, 5 May 2016 18:59:29 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201605051859.u45IxTKv029278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Thu, 5 May 2016 18:59:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r299128 - user/ngie/detangle-rc/tools/build/mk X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:59:30 -0000 Author: ngie Date: Thu May 5 18:59:29 2016 New Revision: 299128 URL: https://svnweb.freebsd.org/changeset/base/299128 Log: Add more rc.d scripts to OptionalObsoleteFiles.inc Modified: user/ngie/detangle-rc/tools/build/mk/OptionalObsoleteFiles.inc Modified: user/ngie/detangle-rc/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- user/ngie/detangle-rc/tools/build/mk/OptionalObsoleteFiles.inc Thu May 5 18:52:42 2016 (r299127) +++ user/ngie/detangle-rc/tools/build/mk/OptionalObsoleteFiles.inc Thu May 5 18:59:29 2016 (r299128) @@ -76,6 +76,9 @@ OLD_FILES+=usr/share/man/man8/atrun.8.gz .endif .if ${MK_ATM} == no +OLD_FILES+=etc/rc.d/atm1 +OLD_FILES+=etc/rc.d/atm2 +OLD_FILES+=etc/rc.d/atm3 OLD_FILES+=rescue/atmconfig OLD_FILES+=sbin/atmconfig OLD_FILES+=usr/bin/sscop @@ -2852,6 +2855,10 @@ OLD_FILES+=usr/share/man/man8/inetd.8.gz .if ${MK_IPFILTER} == no OLD_FILES+=etc/periodic/security/510.ipfdenied OLD_FILES+=etc/periodic/security/610.ipf6denied +OLD_FILES+=etc/rc.d/ipfilter +OLD_FILES+=etc/rc.d/ipmon +OLD_FILES+=etc/rc.d/ipnat +OLD_FILES+=etc/rc.d/ipfs OLD_FILES+=rescue/ipf OLD_FILES+=sbin/ipf OLD_FILES+=sbin/ipfs @@ -2935,6 +2942,8 @@ OLD_FILES+=usr/share/man/man8/ippool.8.g .if ${MK_IPFW} == no OLD_FILES+=etc/periodic/security/500.ipfwdenied OLD_FILES+=etc/periodic/security/550.ipfwlimit +OLD_FILES+=etc/rc.d/ipfw +OLD_FILES+=etc/rc.d/natd OLD_FILES+=sbin/ipfw OLD_FILES+=sbin/natd OLD_FILES+=usr/sbin/ipfwpcap