aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-27 12:30:05 +0800
committerdougb <dougb@FreeBSD.org>2010-03-27 12:30:05 +0800
commit3f8b02b6baafc722ea807dd648e18ccc5db56ce6 (patch)
tree3981ef94438c33aec3eb2699dad4eb259303cf42 /sysutils
parent1d692c0508fc8d85414cb7488d010ee78edefc60 (diff)
downloadfreebsd-ports-gnome-3f8b02b6baafc722ea807dd648e18ccc5db56ce6.tar.gz
freebsd-ports-gnome-3f8b02b6baafc722ea807dd648e18ccc5db56ce6.tar.zst
freebsd-ports-gnome-3f8b02b6baafc722ea807dd648e18ccc5db56ce6.zip
Remove the remaining examples of quotes around /etc/rc.subr
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/runit/files/runsvdir.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/runit/files/runsvdir.sh.in b/sysutils/runit/files/runsvdir.sh.in
index 7a50cef94ed4..1a87ee8b184d 100644
--- a/sysutils/runit/files/runsvdir.sh.in
+++ b/sysutils/runit/files/runsvdir.sh.in
@@ -14,7 +14,7 @@
#runsvdir_path="/service" (default: %%SERVICE_DIR%%)
#
-. "/etc/rc.subr"
+. /etc/rc.subr
name="runsvdir"
rcvar=`set_rcvar`