svn commit: r298512 - in head: . etc/rc.d

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 23 13:24:46 UTC 2016


Author: bapt
Date: Sat Apr 23 13:24:45 2016
New Revision: 298512
URL: https://svnweb.freebsd.org/changeset/base/298512

Log:
  Remove mroute6d rc script
  
  It is directly available via ports (pim6dd which provides the needed rc script)
  
  Reported by:	lme
  Sponsored by:	Essen Hackathon 2016

Deleted:
  head/etc/rc.d/mroute6d
Modified:
  head/ObsoleteFiles.inc
  head/etc/rc.d/Makefile
  head/etc/rc.d/NETWORKING

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Apr 23 11:04:45 2016	(r298511)
+++ head/ObsoleteFiles.inc	Sat Apr 23 13:24:45 2016	(r298512)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20160423: remove mroute6d
+OLD_FILES+=etc/rc.d/mroute6d
 # 20160419: rename units.lib -> definitions.units
 OLD_FILES+=usr/share/misc/units.lib
 # 20160419: remove Big5HKSCS locales

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Sat Apr 23 11:04:45 2016	(r298511)
+++ head/etc/rc.d/Makefile	Sat Apr 23 13:24:45 2016	(r298512)
@@ -72,7 +72,6 @@ FILES=	DAEMON \
 	mdconfig \
 	mdconfig2 \
 	mountd \
-	mroute6d \
 	msgs \
 	natd \
 	netif \

Modified: head/etc/rc.d/NETWORKING
==============================================================================
--- head/etc/rc.d/NETWORKING	Sat Apr 23 11:04:45 2016	(r298511)
+++ head/etc/rc.d/NETWORKING	Sat Apr 23 13:24:45 2016	(r298512)
@@ -5,7 +5,7 @@
 
 # PROVIDE: NETWORKING NETWORK
 # REQUIRE: netif netwait netoptions routing ppp ipfw stf
-# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
+# REQUIRE: defaultroute routed route6d resolv bridge
 # REQUIRE: static_arp static_ndp
 
 #	This is a dummy dependency, for services which require networking


More information about the svn-src-head mailing list