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

Hiroki Sato hrs at FreeBSD.org
Sun Oct 12 22:11:29 UTC 2014


Author: hrs
Date: Sun Oct 12 22:11:28 2014
New Revision: 273013
URL: https://svnweb.freebsd.org/changeset/base/273013

Log:
  s/-/_/ in name.

Modified:
  head/etc/rc.d/bgfsck

Modified: head/etc/rc.d/bgfsck
==============================================================================
--- head/etc/rc.d/bgfsck	Sun Oct 12 21:59:23 2014	(r273012)
+++ head/etc/rc.d/bgfsck	Sun Oct 12 22:11:28 2014	(r273013)
@@ -9,7 +9,7 @@
 
 . /etc/rc.subr
 
-name="background-fsck"
+name="background_fsck"
 rcvar="background_fsck"
 start_cmd="bgfsck_start"
 stop_cmd=":"


More information about the svn-src-head mailing list