svn commit: r320618 - head/etc/rc.d

Kristof Provost kp at FreeBSD.org
Mon Jul 3 20:37:00 UTC 2017


Author: kp
Date: Mon Jul  3 20:36:58 2017
New Revision: 320618
URL: https://svnweb.freebsd.org/changeset/base/320618

Log:
  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 at freebsd.org

Modified:
  head/etc/rc.d/bsnmpd
  head/etc/rc.d/rtadvd

Modified: head/etc/rc.d/bsnmpd
==============================================================================
--- head/etc/rc.d/bsnmpd	Mon Jul  3 20:12:31 2017	(r320617)
+++ head/etc/rc.d/bsnmpd	Mon Jul  3 20:36:58 2017	(r320618)
@@ -5,7 +5,7 @@
 
 # PROVIDE: bsnmpd
 # REQUIRE: NETWORKING syslogd
-# KEYWORD: nojail shutdown
+# KEYWORD: nojailvnet shutdown
 
 . /etc/rc.subr
 

Modified: head/etc/rc.d/rtadvd
==============================================================================
--- head/etc/rc.d/rtadvd	Mon Jul  3 20:12:31 2017	(r320617)
+++ head/etc/rc.d/rtadvd	Mon Jul  3 20:36:58 2017	(r320618)
@@ -6,7 +6,7 @@
 # PROVIDE: rtadvd
 # REQUIRE: DAEMON
 # BEFORE:  LOGIN
-# KEYWORD: nojail shutdown
+# KEYWORD: nojailvnet shutdown
 
 . /etc/rc.subr
 . /etc/network.subr


More information about the svn-src-head mailing list