diff options
Diffstat (limited to 'www/httptunnel')
-rw-r--r-- | www/httptunnel/files/htc.in | 2 | ||||
-rw-r--r-- | www/httptunnel/files/hts.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/httptunnel/files/htc.in b/www/httptunnel/files/htc.in index 7083d4f4cb49..9dc0c434ee03 100644 --- a/www/httptunnel/files/htc.in +++ b/www/httptunnel/files/htc.in @@ -21,7 +21,7 @@ # htc_flags (string): additional arguments to htc. Default set to -S. # -. %%RC_SUBR%% +. /etc/rc.subr name="htc" rcvar=${name}_enable diff --git a/www/httptunnel/files/hts.in b/www/httptunnel/files/hts.in index 7714b619fdad..7dcbb1dcc47c 100644 --- a/www/httptunnel/files/hts.in +++ b/www/httptunnel/files/hts.in @@ -15,7 +15,7 @@ # hts_flags (string): Additional flags for hts. # -. %%RC_SUBR%% +. /etc/rc.subr name="hts" rcvar=${name}_enable |