summaryrefslogtreecommitdiff
path: root/community/sslh/sslh.rc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-12-04 23:14:51 +0000
commit392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (patch)
treea88c28d4a6652dd77a3557f0dab9f6c6bdda037e /community/sslh/sslh.rc
parent851376cd7720e1f9b35e0a7c26bfd66399f0c4d3 (diff)
Sun Dec 4 23:14:51 UTC 2011
Diffstat (limited to 'community/sslh/sslh.rc')
-rw-r--r--community/sslh/sslh.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sslh/sslh.rc b/community/sslh/sslh.rc
index 1532b8c10..05b03bc3e 100644
--- a/community/sslh/sslh.rc
+++ b/community/sslh/sslh.rc
@@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON)
case "$1" in
start)
stat_busy "Starting $NAME daemon"
- [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0
+ [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0
stat_fail
;;
stop)