diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 08:15:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 08:15:24 +0800 |
commit | c95757bf8977796444544918518204869dc4cfb0 (patch) | |
tree | f74b156ca1cd409a2379581dbbc1d56c34d94a25 /www/httptunnel | |
parent | 1236f9731f8f6498ca2a039a20823973b1846ad4 (diff) | |
download | freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.gz freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.zst freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.zip |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
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 |