svn commit: r256875 - head/etc

Dag-Erling Smørgrav des at FreeBSD.org
Tue Oct 22 06:53:02 UTC 2013


Author: des
Date: Tue Oct 22 06:53:01 2013
New Revision: 256875
URL: http://svnweb.freebsd.org/changeset/base/256875

Log:
  Start rtsold if necessary.
  
  Reviewed by:	hrs
  MFC after:	3 days

Modified:
  head/etc/netstart

Modified: head/etc/netstart
==============================================================================
--- head/etc/netstart	Tue Oct 22 06:02:40 2013	(r256874)
+++ head/etc/netstart	Tue Oct 22 06:53:01 2013	(r256875)
@@ -59,6 +59,7 @@ _start=quietstart
 /etc/rc.d/route6d ${_start}
 /etc/rc.d/mrouted ${_start}
 /etc/rc.d/routed ${_start}
+/etc/rc.d/rtsold ${_start}
 /etc/rc.d/nisdomain ${_start}
 
 exit 0


More information about the svn-src-all mailing list