From a9f4789af1c3d8e4c09914922198ecb12bc4f588 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 14 Jan 2012 14:52:13 +0000 Subject: - escape shell names --- print/cups-base/files/cupsd.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'print') diff --git a/print/cups-base/files/cupsd.in b/print/cups-base/files/cupsd.in index 81c2e8f1dad..b5e426d0a94 100644 --- a/print/cups-base/files/cupsd.in +++ b/print/cups-base/files/cupsd.in @@ -13,13 +13,13 @@ . /etc/rc.subr -name=cupsd -rcvar=cupsd_enable +name="cupsd" +rcvar="cupsd_enable" -start_precmd=${name}_prestart +start_precmd="${name}_prestart" -command=%%PREFIX%%/sbin/cupsd -extra_commands=reload +command="%%PREFIX%%/sbin/cupsd" +extra_commands="reload" cupsd_prestart() { -- cgit