Allow rtadvd and bsnmpd to run in vnet jails

Both of these tools are usable in vnet jails, so allow them to run there.

PR:		220431, 220432
Submitted by:	olivier@freebsd.org
This commit is contained in:
Kristof Provost 2017-07-03 20:36:58 +00:00
parent 4b85e937ef
commit 2f0f20717d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# PROVIDE: bsnmpd
# REQUIRE: NETWORKING syslogd
# KEYWORD: nojail shutdown
# KEYWORD: nojailvnet shutdown
. /etc/rc.subr

View File

@ -6,7 +6,7 @@
# PROVIDE: rtadvd
# REQUIRE: DAEMON
# BEFORE: LOGIN
# KEYWORD: nojail shutdown
# KEYWORD: nojailvnet shutdown
. /etc/rc.subr
. /etc/network.subr