svn commit: r289926 - user/ngie/detangle-rc/tools/build/mk

Garrett Cooper ngie at FreeBSD.org
Sun Oct 25 08:30:45 UTC 2015


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


More information about the svn-src-user mailing list