aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/socks5/files/socks5.sh.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socks5/files/socks5.sh.sample b/net/socks5/files/socks5.sh.sample
index 8f737356377..77d485d3959 100644
--- a/net/socks5/files/socks5.sh.sample
+++ b/net/socks5/files/socks5.sh.sample
@@ -7,7 +7,7 @@ fi
case "$1" in
start)
- [ -x ${PREFIX}/bin/socks5 ] && ${PREFIX}/bin/socks5 && echo -n ' socks5'
+ [ -x ${PREFIX}/bin/socks5 -a -f ${PREFIX}/etc/socks5.conf ] && ${PREFIX}/bin/socks5 && echo -n ' socks5'
;;
stop)
killall socks5 && echo -n ' socks5'
tr class='nohover'>Commit message (Expand)AuthorAgeFilesLines * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-212-73/+0 * - Chase the recent sweep of port revision bumpspgj2014-09-131-34/+34 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-11