Date: Sun, 25 Oct 2015 08:30:44 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289926 - user/ngie/detangle-rc/tools/build/mk Message-ID: <201510250830.t9P8UiOg069739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Oct 25 08:30:44 2015 New Revision: 289926 URL: https://svnweb.freebsd.org/changeset/base/289926 Log: Remove rc.d scripts conditionally after adding the conditional install logic in r289923 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 Sun Oct 25 07:42:56 2015 (r289925) +++ user/ngie/detangle-rc/tools/build/mk/OptionalObsoleteFiles.inc Sun Oct 25 08:30:44 2015 (r289926) @@ -999,6 +999,8 @@ OLD_DIRS+=usr/share/dtrace OLD_FILES+=boot/gptzfsboot OLD_FILES+=boot/zfsboot OLD_FILES+=boot/zfsloader +OLD_FILES+=etc/rc.d/zfs +OLD_FILES+=etc/rc.d/zvol OLD_FILES+=etc/devd/zfs.conf OLD_FILES+=etc/periodic/daily/404.status-zfs OLD_FILES+=etc/periodic/daily/800.scrub-zfs @@ -2782,6 +2784,8 @@ OLD_FILES+=usr/share/man/man3/iconvlist. .endif .if ${MK_INET6} == no +OLD_FILES+=etc/rc.d/mroute6d +OLD_FILES+=etc/rc.d/route6d OLD_FILES+=sbin/ping6 OLD_FILES+=sbin/rtsol OLD_FILES+=usr/sbin/ip6addrctl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510250830.t9P8UiOg069739>