diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
commit | 29813d539747e58a6e3322df3f48eae4338c60b5 (patch) | |
tree | ad64253796dc7d189145d9bb72dbd175c35488f4 /net/sslh | |
parent | 47674a9024d5ae3cd9f5366e069619af12740e46 (diff) | |
download | ports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip |
Notes
Diffstat (limited to 'net/sslh')
-rw-r--r-- | net/sslh/files/sslh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sslh/files/sslh.in b/net/sslh/files/sslh.in index 5af38892522d..6ed10885808d 100644 --- a/net/sslh/files/sslh.in +++ b/net/sslh/files/sslh.in @@ -21,7 +21,7 @@ # sslh_sshtimeout="2" # sslh_listening="0.0.0.0:8443" # sslh_uid="nobody" -# sslh_flags="" +# sslh_flags sslh_setfib() { sysctl net.fibs >/dev/null 2>&1 || return 0 |