summaryrefslogtreecommitdiff
path: root/www/httptunnel/files/hts.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/httptunnel/files/hts.in')
-rw-r--r--www/httptunnel/files/hts.in4
1 files changed, 2 insertions, 2 deletions
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"