svn commit: r196055 - in stable/7/etc: . rc.d

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


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

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

Modified:
  stable/7/etc/   (props changed)
  stable/7/etc/rc.d/archdep
  stable/7/etc/rc.d/moused
  stable/7/etc/rc.d/nscd
  stable/7/etc/rc.d/ntpd
  stable/7/etc/termcap.small   (props changed)

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

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

Modified: stable/7/etc/rc.d/nscd
==============================================================================
--- stable/7/etc/rc.d/nscd	Mon Aug  3 20:14:00 2009	(r196054)
+++ stable/7/etc/rc.d/nscd	Mon Aug  3 20:20:15 2009	(r196055)
@@ -18,7 +18,7 @@
 
 . /etc/rc.subr
 
-name=nscd
+name="nscd"
 rcvar=`set_rcvar`
 
 command=/usr/sbin/nscd

Modified: stable/7/etc/rc.d/ntpd
==============================================================================
--- stable/7/etc/rc.d/ntpd	Mon Aug  3 20:14:00 2009	(r196054)
+++ stable/7/etc/rc.d/ntpd	Mon Aug  3 20:20:15 2009	(r196055)
@@ -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-all mailing list