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 /www/shellinabox | |
parent | 47674a9024d5ae3cd9f5366e069619af12740e46 (diff) |
Notes
Diffstat (limited to 'www/shellinabox')
-rw-r--r-- | www/shellinabox/files/shellinaboxd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/shellinabox/files/shellinaboxd.in b/www/shellinabox/files/shellinaboxd.in index 7f35e7149ae5..5e00b709ff63 100644 --- a/www/shellinabox/files/shellinaboxd.in +++ b/www/shellinabox/files/shellinaboxd.in @@ -20,9 +20,9 @@ # shellinaboxd_group="%%GROUPS%%" # shellinaboxd_port="4200" # shellinaboxd_certdir="%%ETCDIR%%" -# shellinaboxd_certfile="" +# shellinaboxd_certfile= # Example: shellinaboxd_certfile="/your/cert.pem" -# shellinaboxd_flags="" +# shellinaboxd_flags= shellinaboxd_setfib() { sysctl net.fibs >/dev/null 2>&1 || return 0 |