summaryrefslogtreecommitdiff
path: root/community/stunnel/stunnel.rc.d
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-22 00:02:56 +0000
committerroot <root@rshg054.dnsready.net>2012-04-22 00:02:56 +0000
commitaf1e6c210b43ea6b8e043524edccb1d0befd257f (patch)
tree39338a1d60483354554ee34df2afa262f8f201c0 /community/stunnel/stunnel.rc.d
parent905dec08e7144fe77aad1161778a6c3b74ff305c (diff)
Sun Apr 22 00:02:56 UTC 2012
Diffstat (limited to 'community/stunnel/stunnel.rc.d')
-rw-r--r--community/stunnel/stunnel.rc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stunnel/stunnel.rc.d b/community/stunnel/stunnel.rc.d
index ee67e20ce..76f7b796a 100644
--- a/community/stunnel/stunnel.rc.d
+++ b/community/stunnel/stunnel.rc.d
@@ -3,7 +3,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
-pidfile=/var/run/stunnel.pid
+pidfile=/var/run/stunnel/stunnel.pid
if [[ -r $pidfile ]]; then
read -r PID < "$pidfile"
if [[ $PID && ! -d /proc/$PID ]]; then