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

Doug Barton dougb at FreeBSD.org
Wed Jun 22 06:27:33 UTC 2011


Author: dougb
Date: Wed Jun 22 06:27:32 2011
New Revision: 223408
URL: http://svn.freebsd.org/changeset/base/223408

Log:
  I knew there was something funny about this line

Modified:
  head/etc/rc.d/netwait

Modified: head/etc/rc.d/netwait
==============================================================================
--- head/etc/rc.d/netwait	Wed Jun 22 04:11:27 2011	(r223407)
+++ head/etc/rc.d/netwait	Wed Jun 22 06:27:32 2011	(r223408)
@@ -14,7 +14,8 @@
 . /etc/rc.subr
 
 name="netwait"
-rc_var=`set_rcvar`
+rcvar=`set_rcvar`
+
 start_cmd="${name}_start"
 stop_cmd=":"
 


More information about the svn-src-head mailing list