aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
commit29813d539747e58a6e3322df3f48eae4338c60b5 (patch)
treead64253796dc7d189145d9bb72dbd175c35488f4 /www/httptunnel
parent47674a9024d5ae3cd9f5366e069619af12740e46 (diff)
downloadports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz
ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip
Notes
Diffstat (limited to 'www/httptunnel')
-rw-r--r--www/httptunnel/files/htc.in8
-rw-r--r--www/httptunnel/files/hts.in4
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"