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
This commit is contained in:
Baptiste Daroussin 2016-04-23 13:24:45 +00:00
parent ee9e0ce4cb
commit 49817d14f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298512
4 changed files with 3 additions and 20 deletions

View File

@ -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

View File

@ -72,7 +72,6 @@ FILES= DAEMON \
mdconfig \
mdconfig2 \
mountd \
mroute6d \
msgs \
natd \
netif \

View File

@ -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

View File

@ -1,18 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: mroute6d
# REQUIRE: netif routing
# BEFORE: NETWORKING
# KEYWORD: nojail
. /etc/rc.subr
name="mroute6d"
rcvar="mroute6d_enable"
command="/usr/local/sbin/pim6dd"
load_rc_config $name
run_rc_command "$1"