svn commit: r196056 - in stable/6/etc: . rc.d

Doug Barton dougb at FreeBSD.org
Mon Aug 3 20:22:04 UTC 2009


Author: dougb
Date: Mon Aug  3 20:22:02 2009
New Revision: 196056
URL: http://svn.freebsd.org/changeset/base/196056

Log:
  MFC r193119, quotation marks around the value of name=
  (i.e., diff reduction to HEAD)

Modified:
  stable/6/etc/   (props changed)
  stable/6/etc/rc.d/archdep
  stable/6/etc/rc.d/moused
  stable/6/etc/rc.d/ntpd

Modified: stable/6/etc/rc.d/archdep
==============================================================================
--- stable/6/etc/rc.d/archdep	Mon Aug  3 20:20:15 2009	(r196055)
+++ stable/6/etc/rc.d/archdep	Mon Aug  3 20:22:02 2009	(r196056)
@@ -9,7 +9,7 @@
 
 . /etc/rc.subr
 
-name=archdep
+name="archdep"
 start_cmd="archdep_start"
 stop_cmd=":"
 

Modified: stable/6/etc/rc.d/moused
==============================================================================
--- stable/6/etc/rc.d/moused	Mon Aug  3 20:20:15 2009	(r196055)
+++ stable/6/etc/rc.d/moused	Mon Aug  3 20:22:02 2009	(r196056)
@@ -9,7 +9,7 @@
 
 . /etc/rc.subr
 
-name=moused
+name="moused"
 rcvar=`set_rcvar`
 command="/usr/sbin/${name}"
 start_cmd="moused_start"

Modified: stable/6/etc/rc.d/ntpd
==============================================================================
--- stable/6/etc/rc.d/ntpd	Mon Aug  3 20:20:15 2009	(r196055)
+++ stable/6/etc/rc.d/ntpd	Mon Aug  3 20:22:02 2009	(r196056)
@@ -10,7 +10,7 @@
 
 . /etc/rc.subr
 
-name=ntpd
+name="ntpd"
 rcvar=`set_rcvar`
 command="/usr/sbin/${name}"
 pidfile="/var/run/${name}.pid"


More information about the svn-src-stable-6 mailing list