diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /www | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) | |
download | ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.tar.gz ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.zip |
Notes
Diffstat (limited to 'www')
97 files changed, 97 insertions, 97 deletions
diff --git a/www/abyssws/files/abyssws.sh.in b/www/abyssws/files/abyssws.sh.in index b0d6a9244ca7..c2fffe9d8af6 100644 --- a/www/abyssws/files/abyssws.sh.in +++ b/www/abyssws/files/abyssws.sh.in @@ -13,7 +13,7 @@ # Set it to YES to enable abyssws. # -. %%RC_SUBR%% +. /etc/rc.subr name=abyssws rcvar=${name}_enable diff --git a/www/amphetadesk/files/amphetadesk.in b/www/amphetadesk/files/amphetadesk.in index 8b4bb6ed2a4b..f01468475c21 100644 --- a/www/amphetadesk/files/amphetadesk.in +++ b/www/amphetadesk/files/amphetadesk.in @@ -16,7 +16,7 @@ #amphetadesk_pidfile="" # -. %%RC_SUBR%% +. /etc/rc.subr name="amphetadesk" rcvar=`set_rcvar` diff --git a/www/anyterm/files/anytermd.in b/www/anyterm/files/anytermd.in index efdd6331925e..ca68aa9e9ab5 100644 --- a/www/anyterm/files/anytermd.in +++ b/www/anyterm/files/anytermd.in @@ -19,7 +19,7 @@ # anytermd_name (str): Set to "anyterm" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name=anytermd rcvar=`set_rcvar` diff --git a/www/aolserver/files/aolserver.in b/www/aolserver/files/aolserver.in index c1f6d127de5d..467e100aec6e 100644 --- a/www/aolserver/files/aolserver.in +++ b/www/aolserver/files/aolserver.in @@ -10,7 +10,7 @@ # # Tweakable parameters for users to override in rc.conf -. "%%RC_SUBR%%" +. /etc/rc.subr name=aolserver diff --git a/www/apache13+ipv6/files/apache.in b/www/apache13+ipv6/files/apache.in index 9d3448811c47..2ea54ca51f03 100644 --- a/www/apache13+ipv6/files/apache.in +++ b/www/apache13+ipv6/files/apache.in @@ -18,7 +18,7 @@ apache_enable=${apache_enable-"NO"} apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"} -. %%RC_SUBR%% +. /etc/rc.subr name="apache" rcvar=`set_rcvar` diff --git a/www/apache13-modperl/files/apache.in b/www/apache13-modperl/files/apache.in index 8cf65bc56260..b620b059a37a 100644 --- a/www/apache13-modperl/files/apache.in +++ b/www/apache13-modperl/files/apache.in @@ -19,7 +19,7 @@ apache_enable="${apache_enable-NO}" apache_pidfile="${apache_pidfile='/var/run/httpd.pid'}" -. %%RC_SUBR%% +. /etc/rc.subr name="apache" rcvar=`set_rcvar` diff --git a/www/apache13-modssl/files/apache.in b/www/apache13-modssl/files/apache.in index ca50c726e736..95f8bb7fd321 100644 --- a/www/apache13-modssl/files/apache.in +++ b/www/apache13-modssl/files/apache.in @@ -25,7 +25,7 @@ # module on start up and load if not loaded. # apache_fib (str): Set an altered default network view for apache -. %%RC_SUBR%% +. /etc/rc.subr name="apache" rcvar=`set_rcvar` diff --git a/www/apache13-ssl/files/apache.in b/www/apache13-ssl/files/apache.in index 171848e4879a..f688bf2eec93 100644 --- a/www/apache13-ssl/files/apache.in +++ b/www/apache13-ssl/files/apache.in @@ -21,7 +21,7 @@ # apachelimits_args (str): Default to "-e -C daemon" # Arguments of pre-start limits run. # -. %%RC_SUBR%% +. /etc/rc.subr name="apache" rcvar=`set_rcvar` diff --git a/www/apache13/files/apache.in b/www/apache13/files/apache.in index 7bed9127803d..4d8421e20b5a 100644 --- a/www/apache13/files/apache.in +++ b/www/apache13/files/apache.in @@ -18,7 +18,7 @@ apache_enable=${apache_enable-"NO"} apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"} -. %%RC_SUBR%% +. /etc/rc.subr name="apache" rcvar=`set_rcvar` diff --git a/www/apache20/files/apache2.sh.in b/www/apache20/files/apache2.sh.in index 9585d38f1c24..6e3b5112d55d 100644 --- a/www/apache20/files/apache2.sh.in +++ b/www/apache20/files/apache2.sh.in @@ -24,7 +24,7 @@ # apache2limits_args (str): Default to "-e -C daemon" # Arguments of pre-start limits run. -. %%RC_SUBR%% +. /etc/rc.subr name="apache2" rcvar=`set_rcvar` diff --git a/www/apache22/files/apache22.in b/www/apache22/files/apache22.in index a1fbce396a79..8546abcbf357 100644 --- a/www/apache22/files/apache22.in +++ b/www/apache22/files/apache22.in @@ -25,7 +25,7 @@ # module on start up and load if not loaded. # apache22_fib (str): Set an altered default network view for apache -. %%RC_SUBR%% +. /etc/rc.subr name="apache22" rcvar=`set_rcvar` diff --git a/www/apache22/files/htcacheclean.in b/www/apache22/files/htcacheclean.in index 1949d0bebdd5..b86bdd2cb32e 100644 --- a/www/apache22/files/htcacheclean.in +++ b/www/apache22/files/htcacheclean.in @@ -31,7 +31,7 @@ # -n Be nice by sleeping occasionally to not saturate the I/O bandwith of the disk # -i Run only when there was a modification of the disk cache -. %%RC_SUBR%% +. /etc/rc.subr htcacheclean_enable="${htcacheclean_enable:-"NO"}" htcacheclean_cache="${htcacheclean_cache:-"%%PREFIX%%/www/proxy"}" diff --git a/www/bozohttpd/files/bozohttpd.in b/www/bozohttpd/files/bozohttpd.in index 4a5be1fdcb2b..de6410249b39 100644 --- a/www/bozohttpd/files/bozohttpd.in +++ b/www/bozohttpd/files/bozohttpd.in @@ -15,7 +15,7 @@ # The last argument, slashdir, is required. # -. %%RC_SUBR%% +. /etc/rc.subr name="bozohttpd" rcvar=`set_rcvar` diff --git a/www/c-icap/files/c_icap.in b/www/c-icap/files/c_icap.in index 77af2a32aa77..45ee2ec5e1fb 100644 --- a/www/c-icap/files/c_icap.in +++ b/www/c-icap/files/c_icap.in @@ -16,7 +16,7 @@ # See '%%PREFIX%%/bin/c-icap --help' for flags # -. %%RC_SUBR%% +. /etc/rc.subr name="c_icap" rcvar=`set_rcvar` diff --git a/www/cacheboy15-devel/files/squid.in b/www/cacheboy15-devel/files/squid.in index bd9483908ae6..04b472e9a483 100644 --- a/www/cacheboy15-devel/files/squid.in +++ b/www/cacheboy15-devel/files/squid.in @@ -24,7 +24,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/cacheboy16/files/squid.in b/www/cacheboy16/files/squid.in index bd9483908ae6..04b472e9a483 100644 --- a/www/cacheboy16/files/squid.in +++ b/www/cacheboy16/files/squid.in @@ -24,7 +24,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/cherokee/files/cherokee.sh.in b/www/cherokee/files/cherokee.sh.in index c5f40e45126a..706575d2f8bc 100644 --- a/www/cherokee/files/cherokee.sh.in +++ b/www/cherokee/files/cherokee.sh.in @@ -14,7 +14,7 @@ # Default is "%%PREFIX%%/etc/cherokee/cherokee.conf". # -. %%RC_SUBR%% +. /etc/rc.subr name="cherokee" rcvar=`set_rcvar` diff --git a/www/cntlm/files/cntlm.in b/www/cntlm/files/cntlm.in index 4d063f2dcefe..b0de641e59c3 100644 --- a/www/cntlm/files/cntlm.in +++ b/www/cntlm/files/cntlm.in @@ -12,7 +12,7 @@ # cntlm_flags (str): Additional flags to pass to cntlm # -. %%RC_SUBR%% +. /etc/rc.subr name="cntlm" rcvar=${name}_enable diff --git a/www/cocoon/files/cocoon.sh.in b/www/cocoon/files/cocoon.sh.in index 0203d1d4d432..4e2c8348b772 100644 --- a/www/cocoon/files/cocoon.sh.in +++ b/www/cocoon/files/cocoon.sh.in @@ -13,7 +13,7 @@ # %%APP_NAME%%_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name=%%APP_NAME%% rcvar=`set_rcvar` diff --git a/www/dansguardian-devel/files/dansguardian.in b/www/dansguardian-devel/files/dansguardian.in index 7799aae92111..d4c7c8b2c3cd 100644 --- a/www/dansguardian-devel/files/dansguardian.in +++ b/www/dansguardian-devel/files/dansguardian.in @@ -18,7 +18,7 @@ dansguardian_enable=${dansguardian_enable:-"NO"} dansguardian_pidfile=${dansguardian_pidfile:-"/var/run/dansguardian.pid"} -. %%RC_SUBR%% +. /etc/rc.subr name="dansguardian" rcvar=${name}_enable diff --git a/www/dansguardian/files/dansguardian.in b/www/dansguardian/files/dansguardian.in index 7799aae92111..d4c7c8b2c3cd 100644 --- a/www/dansguardian/files/dansguardian.in +++ b/www/dansguardian/files/dansguardian.in @@ -18,7 +18,7 @@ dansguardian_enable=${dansguardian_enable:-"NO"} dansguardian_pidfile=${dansguardian_pidfile:-"/var/run/dansguardian.pid"} -. %%RC_SUBR%% +. /etc/rc.subr name="dansguardian" rcvar=${name}_enable diff --git a/www/dhttpd/files/dhttpd.sh.in b/www/dhttpd/files/dhttpd.sh.in index 821b02c2de63..4fd034ee343f 100644 --- a/www/dhttpd/files/dhttpd.sh.in +++ b/www/dhttpd/files/dhttpd.sh.in @@ -11,7 +11,7 @@ # dhttpd_enable (bool): Set it to "YES" to enable dhttpd # -. %%RC_SUBR%% +. /etc/rc.subr name="dhttpd" rcvar=`set_rcvar` diff --git a/www/elog/files/elogd.in b/www/elog/files/elogd.in index 331422d889ed..76884c7bc29f 100644 --- a/www/elog/files/elogd.in +++ b/www/elog/files/elogd.in @@ -12,7 +12,7 @@ # by default. # elogd_flags (args): See elogd(1) for possible options -. %%RC_SUBR%% +. /etc/rc.subr name="elogd" rcvar=${name}_enable diff --git a/www/gatling/files/gatling.in b/www/gatling/files/gatling.in index f6dccae7a479..48609e1a26da 100644 --- a/www/gatling/files/gatling.in +++ b/www/gatling/files/gatling.in @@ -24,7 +24,7 @@ check_user() { /usr/sbin/pw usershow -n ${gatling_effective_user} -q >/dev/null } -. %%RC_SUBR%% +. /etc/rc.subr name=gatling rcvar=`set_rcvar` diff --git a/www/geronimo/files/geronimo2.sh.in b/www/geronimo/files/geronimo2.sh.in index ade5d67c92eb..29d1ffe70e73 100644 --- a/www/geronimo/files/geronimo2.sh.in +++ b/www/geronimo/files/geronimo2.sh.in @@ -62,7 +62,7 @@ geronimo%%GERONIMO_VERSION%%_tmpdir="${geronimo%%GERONIMO_VERSION%%_tmpdir:-"/tm geronimo%%GERONIMO_VERSION%%_out="${geronimo%%GERONIMO_VERSION%%_out:-"%%GERONIMO_OUT%%"}" geronimo%%GERONIMO_VERSION%%_stop_timeout="${geronimo%%GERONIMO_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="geronimo%%GERONIMO_VERSION%%" rcvar=`set_rcvar` diff --git a/www/havp/files/havp.in b/www/havp/files/havp.in index 082a94a38d7f..02510cf1649a 100644 --- a/www/havp/files/havp.in +++ b/www/havp/files/havp.in @@ -15,7 +15,7 @@ # # See '%%PREFIX%%/sbin/havp --help' for flags -. %%RC_SUBR%% +. /etc/rc.subr name="havp" rcvar=`set_rcvar` diff --git a/www/helma/files/helma.in b/www/helma/files/helma.in index f70cc071da44..bb1d5211336f 100644 --- a/www/helma/files/helma.in +++ b/www/helma/files/helma.in @@ -11,7 +11,7 @@ # helma_config (str): Custom config file for helma. # (default %%PREFIX%%/etc/helma/helma.conf) -. %%RC_SUBR%% +. /etc/rc.subr name="helma" rcvar=`set_rcvar` diff --git a/www/hiawatha/files/hiawatha.in b/www/hiawatha/files/hiawatha.in index eeb2ce7304cb..613739f26ebd 100644 --- a/www/hiawatha/files/hiawatha.in +++ b/www/hiawatha/files/hiawatha.in @@ -10,7 +10,7 @@ # Add the following line(s) to /etc/rc.conf: # hiawatha_enable (bool): Set to "NO" by default, set it to "YES" to enable hiawatha -. %%RC_SUBR%% +. /etc/rc.subr name="hiawatha" rcvar=`set_rcvar` 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 diff --git a/www/hudson/files/hudson.sh.in b/www/hudson/files/hudson.sh.in index a0b57803f909..225b06ac4735 100644 --- a/www/hudson/files/hudson.sh.in +++ b/www/hudson/files/hudson.sh.in @@ -41,7 +41,7 @@ hudson_log_file=/var/log/hudson.log -. %%RC_SUBR%% +. /etc/rc.subr name="hudson" rcvar=`set_rcvar` diff --git a/www/hydra/files/hydra.sh.in b/www/hydra/files/hydra.sh.in index 2e3e45d50191..d45805860474 100644 --- a/www/hydra/files/hydra.sh.in +++ b/www/hydra/files/hydra.sh.in @@ -9,7 +9,7 @@ hydra_enable=${hydra_enable-"NO"} -. %%RC_SUBR%% +. /etc/rc.subr load_rc_config hydra diff --git a/www/instiki/files/instiki.in b/www/instiki/files/instiki.in index e3ef0dbb1058..7d97dfd89620 100644 --- a/www/instiki/files/instiki.in +++ b/www/instiki/files/instiki.in @@ -10,7 +10,7 @@ # Extra flags passed to start command # -. %%RC_SUBR%% +. /etc/rc.subr name="instiki" rcvar=${name}_enable diff --git a/www/interchange/files/interchange.sh.in b/www/interchange/files/interchange.sh.in index 1eba6a50ef9f..070c83cb1d20 100644 --- a/www/interchange/files/interchange.sh.in +++ b/www/interchange/files/interchange.sh.in @@ -18,7 +18,7 @@ # to interchange (default empty). # -. %%RC_SUBR%% +. /etc/rc.subr name="interchange" rcvar=`set_rcvar` diff --git a/www/jetty/files/jetty.in b/www/jetty/files/jetty.in index 6faa3bfa10d6..fcbb91485593 100644 --- a/www/jetty/files/jetty.in +++ b/www/jetty/files/jetty.in @@ -13,7 +13,7 @@ # %%APP_NAME%%_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name=%%APP_NAME%% rcvar=`set_rcvar` diff --git a/www/junkbuster/files/junkbuster.in b/www/junkbuster/files/junkbuster.in index a610a9d44aa9..296439bf7df4 100644 --- a/www/junkbuster/files/junkbuster.in +++ b/www/junkbuster/files/junkbuster.in @@ -10,7 +10,7 @@ # Set it to "YES" to enable junkbuster # -. %%RC_SUBR%% +. /etc/rc.subr name="junkbuster" command=%%PREFIX%%/sbin/junkbuster diff --git a/www/kannel/files/kannel.in b/www/kannel/files/kannel.in index 0f11671b9be2..8c3c2feb3a61 100644 --- a/www/kannel/files/kannel.in +++ b/www/kannel/files/kannel.in @@ -4,7 +4,7 @@ # BEFORE: LOGIN # KEYWORD: shutdown -. %%RC_SUBR%% +. /etc/rc.subr name=kannel rcvar=`set_rcvar` diff --git a/www/lighttpd/files/lighttpd.sh.in b/www/lighttpd/files/lighttpd.sh.in index 993fa3973ca1..3437aafe36ff 100644 --- a/www/lighttpd/files/lighttpd.sh.in +++ b/www/lighttpd/files/lighttpd.sh.in @@ -16,7 +16,7 @@ # Default is "/var/run/lighttpd.pid". # -. %%RC_SUBR%% +. /etc/rc.subr name="lighttpd" rcvar=`set_rcvar` diff --git a/www/lusca-head/files/squid.in b/www/lusca-head/files/squid.in index bd9483908ae6..04b472e9a483 100644 --- a/www/lusca-head/files/squid.in +++ b/www/lusca-head/files/squid.in @@ -24,7 +24,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/nginx-devel/files/nginx.sh.in b/www/nginx-devel/files/nginx.sh.in index 68159e9c4d3c..e0992e201d49 100644 --- a/www/nginx-devel/files/nginx.sh.in +++ b/www/nginx-devel/files/nginx.sh.in @@ -19,7 +19,7 @@ # nginxlimits_args (str): Default to "-e -U %%WWWOWN%%" # Arguments of pre-start limits run. -. %%RC_SUBR%% +. /etc/rc.subr name="nginx" rcvar=`set_rcvar` diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in index 68159e9c4d3c..e0992e201d49 100644 --- a/www/nginx/files/nginx.sh.in +++ b/www/nginx/files/nginx.sh.in @@ -19,7 +19,7 @@ # nginxlimits_args (str): Default to "-e -U %%WWWOWN%%" # Arguments of pre-start limits run. -. %%RC_SUBR%% +. /etc/rc.subr name="nginx" rcvar=`set_rcvar` diff --git a/www/oops/files/oops.in b/www/oops/files/oops.in index ebecacce6244..285d1fdf246f 100644 --- a/www/oops/files/oops.in +++ b/www/oops/files/oops.in @@ -6,7 +6,7 @@ # PROVIDE: oops # REQUIRE: DAEMON -. "%%RC_SUBR%%" +. /etc/rc.subr name="oops" rcvar=`set_rcvar` diff --git a/www/openacs/files/dotlrn.in b/www/openacs/files/dotlrn.in index abc7139dc954..8def4dc4d3bb 100644 --- a/www/openacs/files/dotlrn.in +++ b/www/openacs/files/dotlrn.in @@ -10,7 +10,7 @@ # # Tweakable parameters for users to override in rc.conf -. "%%RC_SUBR%%" +. /etc/rc.subr name=dotlrn diff --git a/www/openacs/files/openacs.in b/www/openacs/files/openacs.in index 55255ed9f0bd..1960dadfd812 100644 --- a/www/openacs/files/openacs.in +++ b/www/openacs/files/openacs.in @@ -10,7 +10,7 @@ # # Tweakable parameters for users to override in rc.conf -. "%%RC_SUBR%%" +. /etc/rc.subr name=openacs diff --git a/www/perlbal/files/perlbal.in b/www/perlbal/files/perlbal.in index 2573bcbc1dc1..8a1dc2dddda9 100644 --- a/www/perlbal/files/perlbal.in +++ b/www/perlbal/files/perlbal.in @@ -6,7 +6,7 @@ # PROVIDE: perlbal # REQUIRE: DAEMON -. "%%RC_SUBR%%" +. /etc/rc.subr name="perlbal" command="%%PREFIX%%/bin/perlbal" diff --git a/www/polipo/files/polipo.sh.in b/www/polipo/files/polipo.sh.in index bac1e5b5b2bb..ffab21d06e56 100644 --- a/www/polipo/files/polipo.sh.in +++ b/www/polipo/files/polipo.sh.in @@ -9,7 +9,7 @@ # polipo_enable="YES" # polipo_flags="<set as needed>" -. %%RC_SUBR%% +. /etc/rc.subr name=polipo rcvar=`set_rcvar` diff --git a/www/pound/files/pound.sh.in b/www/pound/files/pound.sh.in index 1d61ffca54ba..a6aca3b58cbb 100644 --- a/www/pound/files/pound.sh.in +++ b/www/pound/files/pound.sh.in @@ -14,7 +14,7 @@ # # and be sure to configure %%PREFIX%%/etc/%%NAME%%.conf -. "%%RC_SUBR%%" +. /etc/rc.subr name="%%NAME%%" rcvar=`set_rcvar` diff --git a/www/privoxy/files/privoxy.in b/www/privoxy/files/privoxy.in index 999e57ead5c5..dfa9e3b9582b 100644 --- a/www/privoxy/files/privoxy.in +++ b/www/privoxy/files/privoxy.in @@ -22,7 +22,7 @@ # Usage: # %%PREFIX%%/etc/rc.d/privoxy [fast|force|one](start|stop|restart|rcvar|status|poll) -. %%RC_SUBR%% +. /etc/rc.subr name="privoxy" rcvar=${name}_enable diff --git a/www/ruby-cruisecontrolrb/files/cruisecontrolrb.in b/www/ruby-cruisecontrolrb/files/cruisecontrolrb.in index 2e95ca9e8e26..662ca1899c68 100644 --- a/www/ruby-cruisecontrolrb/files/cruisecontrolrb.in +++ b/www/ruby-cruisecontrolrb/files/cruisecontrolrb.in @@ -13,7 +13,7 @@ # Set it to a port # Default: 3333 -. %%RC_SUBR%% +. /etc/rc.subr name=cruisecontrolrb rcvar=${name}_enable diff --git a/www/rubygem-mongrel_cluster/files/mongrel_cluster.in b/www/rubygem-mongrel_cluster/files/mongrel_cluster.in index 5a6c96fb580c..6dd467aadccb 100644 --- a/www/rubygem-mongrel_cluster/files/mongrel_cluster.in +++ b/www/rubygem-mongrel_cluster/files/mongrel_cluster.in @@ -14,7 +14,7 @@ # application you want to control. # Default: %%PREFIX%%/etc/mongrel_cluster -. %%RC_SUBR%% +. /etc/rc.subr name=mongrel_cluster rcvar=${name}_enable diff --git a/www/sams/files/sams.sh.in b/www/sams/files/sams.sh.in index 46656180b2e5..9d776508937b 100644 --- a/www/sams/files/sams.sh.in +++ b/www/sams/files/sams.sh.in @@ -18,7 +18,7 @@ sams_enable=${sams_enable-"NO"} sams_pidfile=${sams_pidfile-"/var/run/samsdaemon.pid"} -. %%RC_SUBR%% +. /etc/rc.subr name="sams" rcvar=`set_rcvar` diff --git a/www/spawn-fcgi/files/spawn-fcgi.sh.in b/www/spawn-fcgi/files/spawn-fcgi.sh.in index 7d95d62e78e3..34177b4bac4d 100644 --- a/www/spawn-fcgi/files/spawn-fcgi.sh.in +++ b/www/spawn-fcgi/files/spawn-fcgi.sh.in @@ -6,7 +6,7 @@ # BEFORE: LOGIN # KEYWORD: shutdown -. %%RC_SUBR%% +. /etc/rc.subr name="spawn_fcgi" rcvar=`set_rcvar` diff --git a/www/spreadlogd/files/spreadlogd.sh.in b/www/spreadlogd/files/spreadlogd.sh.in index e9643f7722db..0b8f88bf3c86 100644 --- a/www/spreadlogd/files/spreadlogd.sh.in +++ b/www/spreadlogd/files/spreadlogd.sh.in @@ -13,7 +13,7 @@ # spreadlogd_enable="YES" # spreadlogd_flags="<set as needed>" -. %%RC_SUBR%% +. /etc/rc.subr name=spreadlogd rcvar=`set_rcvar` diff --git a/www/squid/files/squid.in b/www/squid/files/squid.in index 06539f133f19..4b7e6c805a70 100644 --- a/www/squid/files/squid.in +++ b/www/squid/files/squid.in @@ -59,7 +59,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/squid30/files/squid.in b/www/squid30/files/squid.in index 4e8ba9b656c6..2d726d212410 100644 --- a/www/squid30/files/squid.in +++ b/www/squid30/files/squid.in @@ -59,7 +59,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/squid31/files/squid.in b/www/squid31/files/squid.in index a42c41c85073..41cfab956d75 100644 --- a/www/squid31/files/squid.in +++ b/www/squid31/files/squid.in @@ -59,7 +59,7 @@ squid_stop() { run_rc_command poll } -. %%RC_SUBR%% +. /etc/rc.subr name=squid rcvar=${name}_enable diff --git a/www/tclhttpd/files/tclhttpd.sh.in b/www/tclhttpd/files/tclhttpd.sh.in index b464887f7acb..ac3efd8704cb 100644 --- a/www/tclhttpd/files/tclhttpd.sh.in +++ b/www/tclhttpd/files/tclhttpd.sh.in @@ -20,7 +20,7 @@ # tclhttpd_stderr_log (str): Set to the location for the tclhttpd # process log (standard error) -. %%RC_SUBR%% +. /etc/rc.subr name="tclhttpd" rcvar=`set_rcvar` diff --git a/www/thttpd/files/thttpd.sh.in b/www/thttpd/files/thttpd.sh.in index 748658859c52..dd94cc20e75b 100644 --- a/www/thttpd/files/thttpd.sh.in +++ b/www/thttpd/files/thttpd.sh.in @@ -13,7 +13,7 @@ # thttpd_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name=thttpd rcvar=`set_rcvar` diff --git a/www/tinyproxy/files/tinyproxy.sh.in b/www/tinyproxy/files/tinyproxy.sh.in index fbbccba0588c..c4adc6a8e7a5 100644 --- a/www/tinyproxy/files/tinyproxy.sh.in +++ b/www/tinyproxy/files/tinyproxy.sh.in @@ -10,7 +10,7 @@ # tinyproxy_config (path): Set to "%%PREFIX%%/etc/tinyproxy.conf" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="tinyproxy" rcvar=`set_rcvar` diff --git a/www/tomcat41/files/tomcat41.sh.in b/www/tomcat41/files/tomcat41.sh.in index 15c8fd53658e..fa4b329cfb16 100644 --- a/www/tomcat41/files/tomcat41.sh.in +++ b/www/tomcat41/files/tomcat41.sh.in @@ -69,7 +69,7 @@ tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%S tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}" tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="tomcat%%TOMCAT_VERSION%%" rcvar=`set_rcvar` diff --git a/www/tomcat55/files/tomcat55.sh.in b/www/tomcat55/files/tomcat55.sh.in index 50fd3addd84a..1ac100ed9f5b 100644 --- a/www/tomcat55/files/tomcat55.sh.in +++ b/www/tomcat55/files/tomcat55.sh.in @@ -69,7 +69,7 @@ tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%S tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}" tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="tomcat%%TOMCAT_VERSION%%" rcvar=`set_rcvar` diff --git a/www/tomcat6/files/tomcat6.sh.in b/www/tomcat6/files/tomcat6.sh.in index f5cd4b61d675..ef05ec5a4656 100644 --- a/www/tomcat6/files/tomcat6.sh.in +++ b/www/tomcat6/files/tomcat6.sh.in @@ -69,7 +69,7 @@ tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%S tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}" tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="tomcat%%TOMCAT_VERSION%%" rcvar=`set_rcvar` diff --git a/www/tomcat7/files/tomcat6.sh.in b/www/tomcat7/files/tomcat6.sh.in index f5cd4b61d675..ef05ec5a4656 100644 --- a/www/tomcat7/files/tomcat6.sh.in +++ b/www/tomcat7/files/tomcat6.sh.in @@ -69,7 +69,7 @@ tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%S tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}" tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="tomcat%%TOMCAT_VERSION%%" rcvar=`set_rcvar` diff --git a/www/trac-multirepos/files/tracd.in b/www/trac-multirepos/files/tracd.in index cd4b41aa7e51..89573033dcb8 100644 --- a/www/trac-multirepos/files/tracd.in +++ b/www/trac-multirepos/files/tracd.in @@ -27,7 +27,7 @@ # command. Empty by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="tracd" rcvar="${name}_enable" diff --git a/www/transproxy/files/tproxy.in b/www/transproxy/files/tproxy.in index 75926cfb4642..951fb430d498 100644 --- a/www/transproxy/files/tproxy.in +++ b/www/transproxy/files/tproxy.in @@ -51,7 +51,7 @@ # Run `tproxy --help' for tproxy_flags. # -. %%RC_SUBR%% +. /etc/rc.subr name="tproxy" rcvar=`set_rcvar` diff --git a/www/varnish/files/varnishd.in b/www/varnish/files/varnishd.in index dab68e6c6217..a5936978a80e 100644 --- a/www/varnish/files/varnishd.in +++ b/www/varnish/files/varnishd.in @@ -47,7 +47,7 @@ # See varnishd(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishd" rcvar=`set_rcvar` diff --git a/www/varnish/files/varnishlog.in b/www/varnish/files/varnishlog.in index dbd6a229c1b3..4a0f64c8a668 100644 --- a/www/varnish/files/varnishlog.in +++ b/www/varnish/files/varnishlog.in @@ -31,7 +31,7 @@ # See varnishlog(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishlog" rcvar=`set_rcvar` diff --git a/www/varnish/files/varnishncsa.in b/www/varnish/files/varnishncsa.in index 75a6d2449a88..ba3d3760ffc5 100644 --- a/www/varnish/files/varnishncsa.in +++ b/www/varnish/files/varnishncsa.in @@ -31,7 +31,7 @@ # See varnishncsa(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishncsa" rcvar=`set_rcvar` diff --git a/www/varnish2/files/varnishd.in b/www/varnish2/files/varnishd.in index dab68e6c6217..a5936978a80e 100644 --- a/www/varnish2/files/varnishd.in +++ b/www/varnish2/files/varnishd.in @@ -47,7 +47,7 @@ # See varnishd(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishd" rcvar=`set_rcvar` diff --git a/www/varnish2/files/varnishlog.in b/www/varnish2/files/varnishlog.in index dbd6a229c1b3..4a0f64c8a668 100644 --- a/www/varnish2/files/varnishlog.in +++ b/www/varnish2/files/varnishlog.in @@ -31,7 +31,7 @@ # See varnishlog(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishlog" rcvar=`set_rcvar` diff --git a/www/varnish2/files/varnishncsa.in b/www/varnish2/files/varnishncsa.in index 75a6d2449a88..ba3d3760ffc5 100644 --- a/www/varnish2/files/varnishncsa.in +++ b/www/varnish2/files/varnishncsa.in @@ -31,7 +31,7 @@ # See varnishncsa(1) for a detailed overview of command-line options. # -. %%RC_SUBR%% +. /etc/rc.subr name="varnishncsa" rcvar=`set_rcvar` diff --git a/www/webfs/files/webfsd.in b/www/webfs/files/webfsd.in index 9cd9bfd4cb0f..f5f6250fa30d 100644 --- a/www/webfs/files/webfsd.in +++ b/www/webfs/files/webfsd.in @@ -13,7 +13,7 @@ # and add appropriate webfsd_flags. # -. %%RC_SUBR%% +. /etc/rc.subr name="webfsd" rcvar=`set_rcvar` diff --git a/www/webobjects/files/JavaMonitor.sh.in b/www/webobjects/files/JavaMonitor.sh.in index 82a8ee034b0e..4801c93d9bf5 100644 --- a/www/webobjects/files/JavaMonitor.sh.in +++ b/www/webobjects/files/JavaMonitor.sh.in @@ -20,7 +20,7 @@ JavaMonitor_pidfile="${JavaMonitor_pidfile:-/var/run/webobjects/${name}.pid}" JavaMonitor_logfile="${JavaMonitor_logfile:-/var/log/webobjects/${name}.log}" NEXT_ROOT="${NEXT_ROOT-%%PREFIX%%/%%NEXT_ROOT%%}" -. %%RC_SUBR%% +. /etc/rc.subr rcvar=`set_rcvar` load_rc_config "$name" diff --git a/www/webobjects/files/wotaskd.sh.in b/www/webobjects/files/wotaskd.sh.in index a72dd8cd18db..cee2a604357b 100644 --- a/www/webobjects/files/wotaskd.sh.in +++ b/www/webobjects/files/wotaskd.sh.in @@ -19,7 +19,7 @@ wotaskd_pidfile="${wotaskd_pidfile:-/var/run/webobjects/${name}.pid}" wotaskd_logfile="${wotaskd_logfile:-/var/log/webobjects/${name}.log}" NEXT_ROOT="${NEXT_ROOT-%%PREFIX%%/%%NEXT_ROOT%%}" -. %%RC_SUBR%% +. /etc/rc.subr rcvar=`set_rcvar` load_rc_config "$name" diff --git a/www/webredirect/files/webredirect.sh.in b/www/webredirect/files/webredirect.sh.in index 2ad261f91b92..999662cd71b8 100644 --- a/www/webredirect/files/webredirect.sh.in +++ b/www/webredirect/files/webredirect.sh.in @@ -10,7 +10,7 @@ # webredirect_flags="" # webredirect command line flags # -. %%RC_SUBR%% +. /etc/rc.subr name="webredirect" rcvar=`set_rcvar` diff --git a/www/www6to4/files/www6to4.in b/www/www6to4/files/www6to4.in index 9055701e9564..0a2dbcdabeed 100644 --- a/www/www6to4/files/www6to4.in +++ b/www/www6to4/files/www6to4.in @@ -9,7 +9,7 @@ # www6to4_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name=www6to4 rcvar=`set_rcvar` diff --git a/www/wwwoffle/files/wwwoffled.sh.in b/www/wwwoffle/files/wwwoffled.sh.in index 2d1fc3ae63b0..05c857d2d323 100644 --- a/www/wwwoffle/files/wwwoffled.sh.in +++ b/www/wwwoffle/files/wwwoffled.sh.in @@ -18,7 +18,7 @@ wwwoffled_flags=${wwwoffled_flags-""} wwwoffled_pidfile=${wwwoffled_pidfile-"/var/run/wwwoffled.pid"} wwwoffled_conffile="%%PREFIX%%/etc/wwwoffle.conf" -. %%RC_SUBR%% +. /etc/rc.subr name="wwwoffled" rcvar=`set_rcvar` diff --git a/www/wyvern/files/wyvern.in b/www/wyvern/files/wyvern.in index 03921675d370..087b509496ca 100644 --- a/www/wyvern/files/wyvern.in +++ b/www/wyvern/files/wyvern.in @@ -17,7 +17,7 @@ # wyvern_enable=${wyvern_enable:-"NO"} # Enable wyvern -. %%RC_SUBR%% +. /etc/rc.subr name="wyvern" rcvar=`set_rcvar` diff --git a/www/xitami/files/xitami.sh.in b/www/xitami/files/xitami.sh.in index 1873e3e4f56b..bf23c339abde 100644 --- a/www/xitami/files/xitami.sh.in +++ b/www/xitami/files/xitami.sh.in @@ -12,7 +12,7 @@ # by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="xitami" start_cmd=xitami_start diff --git a/www/xshttpd-devel/files/xshttpd.sh.in b/www/xshttpd-devel/files/xshttpd.sh.in index 65822c737ec2..e2c539ad8a17 100644 --- a/www/xshttpd-devel/files/xshttpd.sh.in +++ b/www/xshttpd-devel/files/xshttpd.sh.in @@ -14,7 +14,7 @@ # Set it to "YES" to enable XS-HTTPD. # -. %%RC_SUBR%% +. /etc/rc.subr name="xshttpd" rcvar=`set_rcvar` diff --git a/www/xshttpd/files/xshttpd.sh.in b/www/xshttpd/files/xshttpd.sh.in index 8380f36caef0..0e204b864016 100644 --- a/www/xshttpd/files/xshttpd.sh.in +++ b/www/xshttpd/files/xshttpd.sh.in @@ -14,7 +14,7 @@ # Set it to "YES" to enable XS-HTTPD. # -. %%RC_SUBR%% +. /etc/rc.subr name="xshttpd" rcvar=`set_rcvar` diff --git a/www/zerowait-httpd/files/0W-httpd.in b/www/zerowait-httpd/files/0W-httpd.in index f10e657d344b..5a45c4b3013a 100644 --- a/www/zerowait-httpd/files/0W-httpd.in +++ b/www/zerowait-httpd/files/0W-httpd.in @@ -12,7 +12,7 @@ # # DO NOT CHANGE THESE DEFAULT VALUES HERE # -. %%RC_SUBR%% +. /etc/rc.subr name="zerowait" rcvar=`set_rcvar` diff --git a/www/ziproxy/files/ziproxy.in b/www/ziproxy/files/ziproxy.in index 854c0e336a5a..b56e4f9266c4 100644 --- a/www/ziproxy/files/ziproxy.in +++ b/www/ziproxy/files/ziproxy.in @@ -12,7 +12,7 @@ # by default. # -. "%%RC_SUBR%%" +. /etc/rc.subr name="ziproxy" rcvar=${name}_enable diff --git a/www/zope/files/zeo.in b/www/zope/files/zeo.in index f56d186831fe..87a37fa25154 100644 --- a/www/zope/files/zeo.in +++ b/www/zope/files/zeo.in @@ -18,7 +18,7 @@ zeo_enable=${zeo_enable:-"NO"} # Enable zeo server zeo_instances=${zeo_instances:-""} # List of instancehome dirs -. %%RC_SUBR%% +. /etc/rc.subr name="zeo" rcvar=`set_rcvar` diff --git a/www/zope/files/zope.in b/www/zope/files/zope.in index 8c72f2800e37..1e54792c409d 100644 --- a/www/zope/files/zope.in +++ b/www/zope/files/zope.in @@ -18,7 +18,7 @@ zope_enable=${zope_enable:-"NO"} # Enable zope zope_instances=${zope_instances:-""} # List of instancehome dirs -. %%RC_SUBR%% +. /etc/rc.subr name="zope" rcvar=`set_rcvar` diff --git a/www/zope210/files/zeo210.in b/www/zope210/files/zeo210.in index aeed161ba7a3..41ba08849538 100644 --- a/www/zope210/files/zeo210.in +++ b/www/zope210/files/zeo210.in @@ -21,7 +21,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo210" rcvar=`set_rcvar` diff --git a/www/zope210/files/zope210.in b/www/zope210/files/zope210.in index daba77525c7e..1ff69995c10d 100644 --- a/www/zope210/files/zope210.in +++ b/www/zope210/files/zope210.in @@ -20,7 +20,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope210" rcvar=`set_rcvar` diff --git a/www/zope211/files/zeo211.in b/www/zope211/files/zeo211.in index 072728d0a176..1e1396dd9462 100644 --- a/www/zope211/files/zeo211.in +++ b/www/zope211/files/zeo211.in @@ -21,7 +21,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo211" rcvar=`set_rcvar` diff --git a/www/zope211/files/zope211.in b/www/zope211/files/zope211.in index 2d5446c166ef..cb099a835395 100644 --- a/www/zope211/files/zope211.in +++ b/www/zope211/files/zope211.in @@ -19,7 +19,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope211" rcvar=`set_rcvar` diff --git a/www/zope213/files/zeo211.in b/www/zope213/files/zeo211.in index 072728d0a176..1e1396dd9462 100644 --- a/www/zope213/files/zeo211.in +++ b/www/zope213/files/zeo211.in @@ -21,7 +21,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo211" rcvar=`set_rcvar` diff --git a/www/zope213/files/zope211.in b/www/zope213/files/zope211.in index 2d5446c166ef..cb099a835395 100644 --- a/www/zope213/files/zope211.in +++ b/www/zope213/files/zope211.in @@ -19,7 +19,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope211" rcvar=`set_rcvar` diff --git a/www/zope28/files/zeo28.sh.in b/www/zope28/files/zeo28.sh.in index 3d1e71a584b7..4f033edf6e77 100644 --- a/www/zope28/files/zeo28.sh.in +++ b/www/zope28/files/zeo28.sh.in @@ -21,7 +21,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo28" rcvar=`set_rcvar` diff --git a/www/zope28/files/zope28.sh.in b/www/zope28/files/zope28.sh.in index e51d5fa39140..adb1c1a7ccbc 100644 --- a/www/zope28/files/zope28.sh.in +++ b/www/zope28/files/zope28.sh.in @@ -20,7 +20,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope28" rcvar=`set_rcvar` diff --git a/www/zope29/files/zeo29.sh.in b/www/zope29/files/zeo29.sh.in index 50943aaefa8a..9c5510a0a770 100644 --- a/www/zope29/files/zeo29.sh.in +++ b/www/zope29/files/zeo29.sh.in @@ -21,7 +21,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo29" rcvar=`set_rcvar` diff --git a/www/zope29/files/zope29.sh.in b/www/zope29/files/zope29.sh.in index 601a08ccc2a7..3245091c712d 100644 --- a/www/zope29/files/zope29.sh.in +++ b/www/zope29/files/zope29.sh.in @@ -20,7 +20,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope29" rcvar=`set_rcvar` diff --git a/www/zope3/files/zeo3.sh.in b/www/zope3/files/zeo3.sh.in index f7c848d704d5..9dbb591a7088 100644 --- a/www/zope3/files/zeo3.sh.in +++ b/www/zope3/files/zeo3.sh.in @@ -20,7 +20,7 @@ # List of dirs with Zeo's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zeo3" rcvar=`set_rcvar` diff --git a/www/zope3/files/zope3.sh.in b/www/zope3/files/zope3.sh.in index 03a17bbea13e..a9c11851cbca 100644 --- a/www/zope3/files/zope3.sh.in +++ b/www/zope3/files/zope3.sh.in @@ -20,7 +20,7 @@ # List of dirs with Zope's instances ("" by default). # -. %%RC_SUBR%% +. /etc/rc.subr name="zope3" rcvar=`set_rcvar` |