diff options
Diffstat (limited to 'www/httptunnel')
-rw-r--r-- | www/httptunnel/files/htc.in | 8 | ||||
-rw-r--r-- | www/httptunnel/files/hts.in | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/httptunnel/files/htc.in b/www/httptunnel/files/htc.in index 9dc0c434ee03..bfd0a1a0ee17 100644 --- a/www/httptunnel/files/htc.in +++ b/www/httptunnel/files/htc.in @@ -1,5 +1,7 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: htc # REQUIRE: LOGIN # @@ -47,12 +49,6 @@ load_rc_config $name : ${htc_enable="NO"} : ${htc_user="httptunnel"} -: ${htc_port=""} -: ${htc_forward=""} -: ${htc_device=""} - -: ${htc_proxy=""} -: ${htc_proxyauth=""} : ${htc_proxybuffer="1K"} : ${htc_browser="Mozilla/4.7 [en] (X11; I; Linux 2.2.12 i386)"} : ${htc_flags="-S"} diff --git a/www/httptunnel/files/hts.in b/www/httptunnel/files/hts.in index 7dcbb1dcc47c..2ccae4627ab7 100644 --- a/www/httptunnel/files/hts.in +++ b/www/httptunnel/files/hts.in @@ -1,5 +1,7 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: hts # REQUIRE: LOGIN # @@ -41,8 +43,6 @@ load_rc_config $name : ${hts_user="httptunnel"} : ${hts_port="8888"} -: ${hts_device=""} -: ${hts_forward=""} [ -n "$hts_device" ] && command_args="-d $hts_device" [ -n "$hts_forward" ] && command_args="-F $hts_forward" |