diff options
Diffstat (limited to 'net/socks5/files/socks5.sh.in')
-rw-r--r-- | net/socks5/files/socks5.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socks5/files/socks5.sh.in b/net/socks5/files/socks5.sh.in index 6a7db4ab715d..5f3226dcfccf 100644 --- a/net/socks5/files/socks5.sh.in +++ b/net/socks5/files/socks5.sh.in @@ -14,7 +14,7 @@ socks5_enable=${socks5_enable-"NO"} . /etc/rc.subr name=socks5 -rcvar=`set_rcvar` +rcvar=socks5_enable pidfile="/var/run/$name.pid-1080" command=%%PREFIX%%/bin/socks5 |