summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-01-14 14:52:13 +0000
committerdinoex <dinoex@FreeBSD.org>2012-01-14 14:52:13 +0000
commita9f4789af1c3d8e4c09914922198ecb12bc4f588 (patch)
tree932b4fe2545325550c353ef040774c335b1c01d4 /comms
parentbf8eb7cdd711ac86c8f8feb42243e0e2ea73a2c9 (diff)
downloadFreeBSD-ports-a9f4789af1c3d8e4c09914922198ecb12bc4f588.zip
FreeBSD-ports-a9f4789af1c3d8e4c09914922198ecb12bc4f588.tar.gz
- escape shell names
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/files/hylafax.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hylafax/files/hylafax.sh.in b/comms/hylafax/files/hylafax.sh.in
index 3e08c32..9364e6a 100644
--- a/comms/hylafax/files/hylafax.sh.in
+++ b/comms/hylafax/files/hylafax.sh.in
@@ -17,7 +17,7 @@ hylafax_enable=${hylafax_enable-"NO"}
. /etc/rc.subr
name="hylafax"
-rcvar=hylafax_enable
+rcvar="hylafax_enable"
start_cmd="%%PREFIX%%/sbin/hylafax start"
stop_cmd="%%PREFIX%%/sbin/hylafax stop"
OpenPOWER on IntegriCloud