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 /net-mgmt | |
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 'net-mgmt')
60 files changed, 61 insertions, 61 deletions
diff --git a/net-mgmt/argus-monitor/files/argusd.in b/net-mgmt/argus-monitor/files/argusd.in index df9342cdc954..a73f933ddcae 100644 --- a/net-mgmt/argus-monitor/files/argusd.in +++ b/net-mgmt/argus-monitor/files/argusd.in @@ -9,7 +9,7 @@ # Set it to YES to enable argusd # -. %%RC_SUBR%% +. /etc/rc.subr name="argusd" rcvar=${name}_enable diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.sh.in index b9d56ee5e572..35633939c65f 100644 --- a/net-mgmt/arpwatch/files/arpwatch.sh.in +++ b/net-mgmt/arpwatch/files/arpwatch.sh.in @@ -13,7 +13,7 @@ arpwatch_enable=${arpwatch_enable:-"NO"} arpwatch_dir=${arpwatch_dir:-"%%PREFIX%%/arpwatch/"} -. %%RC_SUBR%% +. /etc/rc.subr name=arpwatch rcvar=`set_rcvar` diff --git a/net-mgmt/bigsister/files/bigsister.sh.in b/net-mgmt/bigsister/files/bigsister.sh.in index 3f99bdb19be1..2232b7060733 100644 --- a/net-mgmt/bigsister/files/bigsister.sh.in +++ b/net-mgmt/bigsister/files/bigsister.sh.in @@ -12,7 +12,7 @@ # bigsister_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name="bigsister" rcvar=`set_rcvar` diff --git a/net-mgmt/cdpd/files/cdpd.in b/net-mgmt/cdpd/files/cdpd.in index 91a8cb052a75..408dfe544a49 100644 --- a/net-mgmt/cdpd/files/cdpd.in +++ b/net-mgmt/cdpd/files/cdpd.in @@ -20,7 +20,7 @@ # Default flags: -a # -. %%RC_SUBR%% +. /etc/rc.subr name=cdpd rcvar=`set_rcvar` diff --git a/net-mgmt/chillispot/files/chillispot.in b/net-mgmt/chillispot/files/chillispot.in index e8d685a9880b..64e6f54439a9 100644 --- a/net-mgmt/chillispot/files/chillispot.in +++ b/net-mgmt/chillispot/files/chillispot.in @@ -5,7 +5,7 @@ # BEFORE: pf ipfw # KEYWORD: nojail -. %%RC_SUBR%% +. /etc/rc.subr name="chillispot" rcvar=${name}_enable diff --git a/net-mgmt/choparp/files/choparp.sh.in b/net-mgmt/choparp/files/choparp.sh.in index 64e0008ca9dc..7377ec1565ea 100644 --- a/net-mgmt/choparp/files/choparp.sh.in +++ b/net-mgmt/choparp/files/choparp.sh.in @@ -10,7 +10,7 @@ choparp_iface=${choparp_iface-} choparp_macaddr=${choparp_macaddr-"auto"} choparp_network=${choparp_network-} -. %%RC_SUBR%% +. /etc/rc.subr name="choparp" rcvar=`set_rcvar` diff --git a/net-mgmt/collectd/files/collectd.in b/net-mgmt/collectd/files/collectd.in index 90abfad43a4d..71791883f3cb 100644 --- a/net-mgmt/collectd/files/collectd.in +++ b/net-mgmt/collectd/files/collectd.in @@ -12,7 +12,7 @@ # Additional flags to collectd, see manual page. # -. %%RC_SUBR%% +. /etc/rc.subr name="collectd" rcvar=${name}_enable diff --git a/net-mgmt/collectd/files/collectdmon.in b/net-mgmt/collectd/files/collectdmon.in index 3d934e8223b2..09afc7129d37 100644 --- a/net-mgmt/collectd/files/collectdmon.in +++ b/net-mgmt/collectd/files/collectdmon.in @@ -12,7 +12,7 @@ # Additional flags to collectdmon, see manual page. # -. %%RC_SUBR%% +. /etc/rc.subr name="collectdmon" rcvar=${name}_enable diff --git a/net-mgmt/collectd5/files/collectd.in b/net-mgmt/collectd5/files/collectd.in index 90abfad43a4d..71791883f3cb 100644 --- a/net-mgmt/collectd5/files/collectd.in +++ b/net-mgmt/collectd5/files/collectd.in @@ -12,7 +12,7 @@ # Additional flags to collectd, see manual page. # -. %%RC_SUBR%% +. /etc/rc.subr name="collectd" rcvar=${name}_enable diff --git a/net-mgmt/collectd5/files/collectdmon.in b/net-mgmt/collectd5/files/collectdmon.in index 3d934e8223b2..09afc7129d37 100644 --- a/net-mgmt/collectd5/files/collectdmon.in +++ b/net-mgmt/collectd5/files/collectdmon.in @@ -12,7 +12,7 @@ # Additional flags to collectdmon, see manual page. # -. %%RC_SUBR%% +. /etc/rc.subr name="collectdmon" rcvar=${name}_enable diff --git a/net-mgmt/coovachilli/files/coovachilli.in b/net-mgmt/coovachilli/files/coovachilli.in index e4352114888b..beedba418dcf 100644 --- a/net-mgmt/coovachilli/files/coovachilli.in +++ b/net-mgmt/coovachilli/files/coovachilli.in @@ -12,7 +12,7 @@ # Set it to YES to enable coova-chilli. -. %%RC_SUBR%% +. /etc/rc.subr name=coovachilli rcvar=coovachilli_enable diff --git a/net-mgmt/darkstat/files/darkstat.in b/net-mgmt/darkstat/files/darkstat.in index 704618f495e1..37b8b43fdad5 100644 --- a/net-mgmt/darkstat/files/darkstat.in +++ b/net-mgmt/darkstat/files/darkstat.in @@ -29,7 +29,7 @@ # # Please refer to the darkstat(1) manual page for full documentation. -. %%RC_SUBR%% +. /etc/rc.subr name=darkstat rcvar=`set_rcvar` diff --git a/net-mgmt/flowd/files/flowd.in b/net-mgmt/flowd/files/flowd.in index e399d1428dc0..1cc6999333e2 100644 --- a/net-mgmt/flowd/files/flowd.in +++ b/net-mgmt/flowd/files/flowd.in @@ -15,7 +15,7 @@ # Default is empty. # -. %%RC_SUBR%% +. /etc/rc.subr name="flowd" rcvar=${name}_enable diff --git a/net-mgmt/fprobe/files/fprobe.sh.in b/net-mgmt/fprobe/files/fprobe.sh.in index c24715b6fc7e..9175b0270ad6 100644 --- a/net-mgmt/fprobe/files/fprobe.sh.in +++ b/net-mgmt/fprobe/files/fprobe.sh.in @@ -13,7 +13,7 @@ # See fprobe(8) for %%NAME%%_flags # -. "%%RC_SUBR%%" +. /etc/rc.subr name="%%NAME%%" rcvar=`set_rcvar` diff --git a/net-mgmt/ipacctd/files/ipacctd.sh.in b/net-mgmt/ipacctd/files/ipacctd.sh.in index e48a21cc7075..d85aeb3bc665 100644 --- a/net-mgmt/ipacctd/files/ipacctd.sh.in +++ b/net-mgmt/ipacctd/files/ipacctd.sh.in @@ -28,7 +28,7 @@ #ipacctd_rule_xl0_flags="-p 666" #ipacctd_rule_xl0_pid="/var/run/ipacctd.xl0" -. %%RC_SUBR%% +. /etc/rc.subr name="ipacctd" rcvar=`set_rcvar` diff --git a/net-mgmt/ipcad/files/ipcad.in b/net-mgmt/ipcad/files/ipcad.in index 6285dfd85881..771229817c81 100644 --- a/net-mgmt/ipcad/files/ipcad.in +++ b/net-mgmt/ipcad/files/ipcad.in @@ -13,7 +13,7 @@ # Default is "%%PREFIX%%/etc/ipcad.conf". # ipcad_flags="<set as needed>" -. %%RC_SUBR%% +. /etc/rc.subr name="ipcad" rcvar=${name}_enable diff --git a/net-mgmt/macroscope/files/macroscope.in b/net-mgmt/macroscope/files/macroscope.in index 82f0f66c56f7..9bffc758d8ef 100644 --- a/net-mgmt/macroscope/files/macroscope.in +++ b/net-mgmt/macroscope/files/macroscope.in @@ -15,7 +15,7 @@ # macroscope_flags="" # additional command line arguments # -. %%RC_SUBR%% +. /etc/rc.subr name="macroscope" rcvar=$(set_rcvar) diff --git a/net-mgmt/mrtg/files/mrtg_daemon.in b/net-mgmt/mrtg/files/mrtg_daemon.in index 009ba2159674..0668a6186a9f 100644 --- a/net-mgmt/mrtg/files/mrtg_daemon.in +++ b/net-mgmt/mrtg/files/mrtg_daemon.in @@ -6,7 +6,7 @@ # PROVIDE: mrtg_daemon # REQUIRE: DAEMON bsnmpd snmpd -. %%RC_SUBR%% +. /etc/rc.subr name="mrtg_daemon" diff --git a/net-mgmt/nagios-devel/files/nagios.sh.in b/net-mgmt/nagios-devel/files/nagios.sh.in index 719db899652a..981abeaa4720 100644 --- a/net-mgmt/nagios-devel/files/nagios.sh.in +++ b/net-mgmt/nagios-devel/files/nagios.sh.in @@ -16,7 +16,7 @@ # nagios_configfile (str): Set to "%%PREFIX%%/etc/nagios/nagios.cfg" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="nagios" rcvar=`set_rcvar` diff --git a/net-mgmt/nagios/files/nagios.in b/net-mgmt/nagios/files/nagios.in index f16cbf1f748c..77a906e9e62d 100644 --- a/net-mgmt/nagios/files/nagios.in +++ b/net-mgmt/nagios/files/nagios.in @@ -18,7 +18,7 @@ # nagios_configfile (str): Set to "%%PREFIX%%/etc/nagios/nagios.cfg" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="nagios" rcvar=`set_rcvar` diff --git a/net-mgmt/nagios2/files/nagios.in b/net-mgmt/nagios2/files/nagios.in index fc7176bc030a..44444759ca39 100644 --- a/net-mgmt/nagios2/files/nagios.in +++ b/net-mgmt/nagios2/files/nagios.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/net-mgmt/nagios2/files/Attic/nagios.in,v 1.2 2009-07-15 16:55:58 dougb Exp $ +# $FreeBSD: /tmp/pcvs/ports/net-mgmt/nagios2/files/Attic/nagios.in,v 1.3 2010-03-27 00:14:22 dougb Exp $ # # PROVIDE: nagios @@ -16,7 +16,7 @@ # nagios_configfile (str): Set to "%%PREFIX%%/etc/nagios/nagios.cfg" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="nagios" rcvar=`set_rcvar` diff --git a/net-mgmt/nagiosgrapher/files/nagiosgrapher.in b/net-mgmt/nagiosgrapher/files/nagiosgrapher.in index 5c294325897e..124473057083 100644 --- a/net-mgmt/nagiosgrapher/files/nagiosgrapher.in +++ b/net-mgmt/nagiosgrapher/files/nagiosgrapher.in @@ -12,7 +12,7 @@ # #%%NAME%%_enable="YES" -. "%%RC_SUBR%%" +. /etc/rc.subr name="%%NAME%%" : ${%%NAME%%_user="nagios"} diff --git a/net-mgmt/nagircbot/files/nagircbot.in b/net-mgmt/nagircbot/files/nagircbot.in index 0590d93d34b7..97de954872c2 100644 --- a/net-mgmt/nagircbot/files/nagircbot.in +++ b/net-mgmt/nagircbot/files/nagircbot.in @@ -14,7 +14,7 @@ # You must configure at least some flags to make it connect to a server. See -h. # -. %%RC_SUBR%% +. /etc/rc.subr name=nagircbot rcvar=`set_rcvar` diff --git a/net-mgmt/ndoutils/files/ndo2db.in b/net-mgmt/ndoutils/files/ndo2db.in index 745792d323d7..d995288e3ef3 100644 --- a/net-mgmt/ndoutils/files/ndo2db.in +++ b/net-mgmt/ndoutils/files/ndo2db.in @@ -15,7 +15,7 @@ : ${ndo2db_enable="NO"} : ${ndo2db_configfile="%%PREFIX%%/etc/nagios/ndo2db.cfg"} -. %%RC_SUBR%% +. /etc/rc.subr name="ndo2db" rcvar=${name}_enable diff --git a/net-mgmt/ndpmon/files/ndpmonitor.in b/net-mgmt/ndpmon/files/ndpmonitor.in index f885bb185575..686deeab1650 100644 --- a/net-mgmt/ndpmon/files/ndpmonitor.in +++ b/net-mgmt/ndpmon/files/ndpmonitor.in @@ -6,7 +6,7 @@ # REQUIRE: DAEMON NETWORKING # -. %%RC_SUBR%% +. /etc/rc.subr name="ndpmonitor" rcvar=`set_rcvar` diff --git a/net-mgmt/nefu/files/nefu.in b/net-mgmt/nefu/files/nefu.in index 06c1bbe8668f..23fc82b8351b 100644 --- a/net-mgmt/nefu/files/nefu.in +++ b/net-mgmt/nefu/files/nefu.in @@ -13,7 +13,7 @@ # nefu_flags (str): Custom additional arguments to be passed to nefu # -. %%RC_SUBR%% +. /etc/rc.subr name="nefu" rcvar=`set_rcvar` diff --git a/net-mgmt/net-snmp/files/snmpd.sh.in b/net-mgmt/net-snmp/files/snmpd.sh.in index 8c72326f3e60..4975e310305e 100644 --- a/net-mgmt/net-snmp/files/snmpd.sh.in +++ b/net-mgmt/net-snmp/files/snmpd.sh.in @@ -16,7 +16,7 @@ snmpd_pidfile=${snmpd_pidfile-"/var/run/snmpd.pid"} snmpd_conffile=${snmpd_conffile-""} snmpd_flush_cache=${snmpd_flush_cache-"NO"} -. %%RC_SUBR%% +. /etc/rc.subr load_rc_config net_snmpd diff --git a/net-mgmt/net-snmp/files/snmptrapd.sh.in b/net-mgmt/net-snmp/files/snmptrapd.sh.in index 35821ee9e973..ba6f84411f03 100644 --- a/net-mgmt/net-snmp/files/snmptrapd.sh.in +++ b/net-mgmt/net-snmp/files/snmptrapd.sh.in @@ -13,7 +13,7 @@ snmptrapd_enable=${snmptrapd_enable-"NO"} snmptrapd_flags=${snmptrapd_flags-"-p /var/run/snmptrapd.pid"} -. %%RC_SUBR%% +. /etc/rc.subr load_rc_config net_snmptrapd diff --git a/net-mgmt/net-snmp4/files/snmpd.in b/net-mgmt/net-snmp4/files/snmpd.in index e4fe665431dc..4c100034afc9 100644 --- a/net-mgmt/net-snmp4/files/snmpd.in +++ b/net-mgmt/net-snmp4/files/snmpd.in @@ -10,7 +10,7 @@ # snmpd_enable (bool): Set to NO by default. Set it to YES to enable snmpd. # -. %%RC_SUBR%% +. /etc/rc.subr name=snmpd rcvar=`set_rcvar` diff --git a/net-mgmt/netams/files/netams.in b/net-mgmt/netams/files/netams.in index 2e607b8613c5..fe4be1b9990c 100644 --- a/net-mgmt/netams/files/netams.in +++ b/net-mgmt/netams/files/netams.in @@ -20,7 +20,7 @@ # DO NOT CHANGE THESE DEFAULT VALUES HERE # -. %%RC_SUBR%% +. /etc/rc.subr name="netams" rcvar=`set_rcvar` diff --git a/net-mgmt/netdisco/files/netdisco.in b/net-mgmt/netdisco/files/netdisco.in index ce8bdbdb41f1..0e51b58abe1d 100644 --- a/net-mgmt/netdisco/files/netdisco.in +++ b/net-mgmt/netdisco/files/netdisco.in @@ -4,7 +4,7 @@ # REQUIRE: DAEMON # BEFORE: LOGIN -. %%RC_SUBR%% +. /etc/rc.subr name="netdisco" rcvar=`set_rcvar` diff --git a/net-mgmt/netmond/files/netmond.sh.in b/net-mgmt/netmond/files/netmond.sh.in index ec78c3a0c2bc..bc2b71943345 100644 --- a/net-mgmt/netmond/files/netmond.sh.in +++ b/net-mgmt/netmond/files/netmond.sh.in @@ -13,7 +13,7 @@ # /etc/rc.conf.d/netmond # -. %%RC_SUBR%% +. /etc/rc.subr name="netmond" rcvar=`set_rcvar` diff --git a/net-mgmt/netxms/files/netxmsd.in b/net-mgmt/netxms/files/netxmsd.in index 5e066b2d9d73..a66a9f6c6096 100644 --- a/net-mgmt/netxms/files/netxmsd.in +++ b/net-mgmt/netxms/files/netxmsd.in @@ -14,7 +14,7 @@ # Set it to "YES" to enable netxmsd. # -. %%RC_SUBR%% +. /etc/rc.subr name="netxmsd" rcvar=${name}_enable diff --git a/net-mgmt/netxms/files/nxagentd.in b/net-mgmt/netxms/files/nxagentd.in index d5623a7bf3b6..3ae91f7f7f06 100644 --- a/net-mgmt/netxms/files/nxagentd.in +++ b/net-mgmt/netxms/files/nxagentd.in @@ -13,7 +13,7 @@ # Set it to "YES" to enable nxagentd. # -. %%RC_SUBR%% +. /etc/rc.subr name="nxagentd" nxagentd_user="netxms" diff --git a/net-mgmt/netxms/files/nxhttpd.in b/net-mgmt/netxms/files/nxhttpd.in index 9034ff262602..8696422d34bd 100644 --- a/net-mgmt/netxms/files/nxhttpd.in +++ b/net-mgmt/netxms/files/nxhttpd.in @@ -13,7 +13,7 @@ # Set it to "YES" to enable nxagentd. # -. %%RC_SUBR%% +. /etc/rc.subr name="nxhttpd" nxhttpd_user="netxms" diff --git a/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in b/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in index 585a985d3b9d..608d6a2eda55 100644 --- a/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in +++ b/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in @@ -23,7 +23,7 @@ # # See %%PREFIX%%/etc/ng_ipacct.conf for futher reference. -. "%%RC_SUBR%%" +. /etc/rc.subr name="ng_ipacct" rcvar=`set_rcvar` diff --git a/net-mgmt/noc/files/noc.sh.in b/net-mgmt/noc/files/noc.sh.in index 047a8bb3d7ae..765f22b0a811 100644 --- a/net-mgmt/noc/files/noc.sh.in +++ b/net-mgmt/noc/files/noc.sh.in @@ -14,7 +14,7 @@ # Set it to "YES" to enable noc. # -. %%RC_SUBR%% +. /etc/rc.subr name="noc" rcvar=`set_rcvar` diff --git a/net-mgmt/nrpe2/files/nrpe2.in b/net-mgmt/nrpe2/files/nrpe2.in index ba500160fe10..acca5bf89b8b 100644 --- a/net-mgmt/nrpe2/files/nrpe2.in +++ b/net-mgmt/nrpe2/files/nrpe2.in @@ -16,7 +16,7 @@ # nrpe2_pidfile (str): Set to "%%NAGIOSDIR%%/nrpe2.pid" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="nrpe2" rcvar=`set_rcvar` diff --git a/net-mgmt/nsca/files/nsca.in b/net-mgmt/nsca/files/nsca.in index c14ce44143db..c616e04ecde5 100644 --- a/net-mgmt/nsca/files/nsca.in +++ b/net-mgmt/nsca/files/nsca.in @@ -12,7 +12,7 @@ # nsca_configfile (str): Set to "%%PREFIX%%/etc/nagios/nsca.cfg" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="nsca" rcvar=`set_rcvar` diff --git a/net-mgmt/openlldp/files/lldpd.in b/net-mgmt/openlldp/files/lldpd.in index 81320ebe5e2b..263a3c3db2ca 100644 --- a/net-mgmt/openlldp/files/lldpd.in +++ b/net-mgmt/openlldp/files/lldpd.in @@ -16,7 +16,7 @@ # Example: # lldpd_flags="-i em0" -. %%RC_SUBR%% +. /etc/rc.subr name=lldpd rcvar=`set_rcvar` diff --git a/net-mgmt/openvmps/files/vpmsd.in b/net-mgmt/openvmps/files/vpmsd.in index d11753110e01..99b19fdb021f 100644 --- a/net-mgmt/openvmps/files/vpmsd.in +++ b/net-mgmt/openvmps/files/vpmsd.in @@ -18,7 +18,7 @@ #vmpsd_program="%%PREFIX%%/sbin/vmpsd" # Location of vmpsd [ -z "$vmpsd_flags" ] && vmpsd_flags="-f /usr/local/etc/vmps.db" # Flags to vmpsd program -. %%RC_SUBR%% +. /etc/rc.subr name="vmpsd" rcvar=`set_rcvar` diff --git a/net-mgmt/ourmon/files/ourmon.in b/net-mgmt/ourmon/files/ourmon.in index 3b704ea100f2..492806ba2ddd 100644 --- a/net-mgmt/ourmon/files/ourmon.in +++ b/net-mgmt/ourmon/files/ourmon.in @@ -16,7 +16,7 @@ # On BSD: compare sysctl -a outputs to /var/log/messages, bpf bufsizes should match! -. %%RC_SUBR%% +. /etc/rc.subr name="ourmon" rcvar=${name}_enable diff --git a/net-mgmt/pftabled/files/pftabled.in b/net-mgmt/pftabled/files/pftabled.in index 57c80bfb969a..c22438c53e29 100644 --- a/net-mgmt/pftabled/files/pftabled.in +++ b/net-mgmt/pftabled/files/pftabled.in @@ -14,7 +14,7 @@ # Consult with the man page for more info. # -. %%RC_SUBR%% +. /etc/rc.subr name="pftabled" rcvar=${name}_enable diff --git a/net-mgmt/pnp/files/npcd.sh.in b/net-mgmt/pnp/files/npcd.sh.in index f58cda03e4de..c089dceb9c08 100644 --- a/net-mgmt/pnp/files/npcd.sh.in +++ b/net-mgmt/pnp/files/npcd.sh.in @@ -16,7 +16,7 @@ # npcd_configfile (str): Set to "%%PREFIX%%/etc/pnp/npcd.cfg" by default. # -. %%RC_SUBR%% +. /etc/rc.subr name="npcd" rcvar=`set_rcvar` diff --git a/net-mgmt/ramond/files/ramon.in b/net-mgmt/ramond/files/ramon.in index ce46db746185..810bfe2a8ced 100644 --- a/net-mgmt/ramond/files/ramon.in +++ b/net-mgmt/ramond/files/ramon.in @@ -6,7 +6,7 @@ # REQUIRE: DAEMON NETWORKING # -. %%RC_SUBR%% +. /etc/rc.subr name="ramon" rcvar=`set_rcvar` diff --git a/net-mgmt/rrdbot/files/rrdbot.in b/net-mgmt/rrdbot/files/rrdbot.in index 8562d7d4f25b..26353198d76c 100644 --- a/net-mgmt/rrdbot/files/rrdbot.in +++ b/net-mgmt/rrdbot/files/rrdbot.in @@ -17,7 +17,7 @@ # to rrdbotd (default: none). # -. %%RC_SUBR%% +. /etc/rc.subr name="rrdbot" rcvar=`set_rcvar` diff --git a/net-mgmt/smokeping/files/smokeping.in b/net-mgmt/smokeping/files/smokeping.in index 77e5457b0664..281f79b19c1e 100644 --- a/net-mgmt/smokeping/files/smokeping.in +++ b/net-mgmt/smokeping/files/smokeping.in @@ -20,7 +20,7 @@ smokeping_logfile=${smokeping_logfile-"/var/log/smokeping.log"} smokeping_user=${smokeping_user-"%%USERS%%"} smokeping_group=${smokeping_group-"%%GROUPS%%"} -. %%RC_SUBR%% +. /etc/rc.subr name="smokeping" rcvar=`set_rcvar` diff --git a/net-mgmt/snmptt/files/snmptt.sh.in b/net-mgmt/snmptt/files/snmptt.sh.in index d34b6dee0d5e..183c7d40dbcb 100644 --- a/net-mgmt/snmptt/files/snmptt.sh.in +++ b/net-mgmt/snmptt/files/snmptt.sh.in @@ -15,7 +15,7 @@ # See snmptt documentation for flags. # -. %%RC_SUBR%% +. /etc/rc.subr name=snmptt rcvar=`set_rcvar` diff --git a/net-mgmt/trafd/files/trafd.sh.sample b/net-mgmt/trafd/files/trafd.sh.sample index 4fb078c4798b..571064f43eed 100644 --- a/net-mgmt/trafd/files/trafd.sh.sample +++ b/net-mgmt/trafd/files/trafd.sh.sample @@ -14,7 +14,7 @@ #trafd_log="/var/log/traffic.log" # -. %%RC_SUBR%% +. /etc/rc.subr name="trafd" rcvar=`set_rcvar` diff --git a/net-mgmt/xymon-client/files/hobbit-client.sh.in b/net-mgmt/xymon-client/files/hobbit-client.sh.in index 0da23ba3f67c..7ae6ddf9ce5a 100644 --- a/net-mgmt/xymon-client/files/hobbit-client.sh.in +++ b/net-mgmt/xymon-client/files/hobbit-client.sh.in @@ -6,7 +6,7 @@ # PROVIDE: hobbit_client # REQUIRE: DAEMON -. "%%RC_SUBR%%" +. /etc/rc.subr name="hobbit_client" rcvar=`set_rcvar` diff --git a/net-mgmt/xymon-server/files/hobbit-server.sh.in b/net-mgmt/xymon-server/files/hobbit-server.sh.in index 373527e12f12..796dbb4c393b 100644 --- a/net-mgmt/xymon-server/files/hobbit-server.sh.in +++ b/net-mgmt/xymon-server/files/hobbit-server.sh.in @@ -6,7 +6,7 @@ # PROVIDE: hobbit_server # REQUIRE: DAEMON -. "%%RC_SUBR%%" +. /etc/rc.subr name="hobbit_server" rcvar=`set_rcvar` diff --git a/net-mgmt/zabbix-server/files/zabbix_agentd.in b/net-mgmt/zabbix-server/files/zabbix_agentd.in index b4f13bdfd4cb..eacfffddb0c7 100644 --- a/net-mgmt/zabbix-server/files/zabbix_agentd.in +++ b/net-mgmt/zabbix-server/files/zabbix_agentd.in @@ -11,7 +11,7 @@ # enable zabbix_agentd. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_agentd" rcvar=${name}_enable diff --git a/net-mgmt/zabbix-server/files/zabbix_proxy.in b/net-mgmt/zabbix-server/files/zabbix_proxy.in index 3d53faeb206c..c997126b98a9 100644 --- a/net-mgmt/zabbix-server/files/zabbix_proxy.in +++ b/net-mgmt/zabbix-server/files/zabbix_proxy.in @@ -11,7 +11,7 @@ # enable zabbix_proxy. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_proxy" rcvar=${name}_enable diff --git a/net-mgmt/zabbix-server/files/zabbix_server.in b/net-mgmt/zabbix-server/files/zabbix_server.in index 5b2e85d1a354..4f4bb8d2c0c4 100644 --- a/net-mgmt/zabbix-server/files/zabbix_server.in +++ b/net-mgmt/zabbix-server/files/zabbix_server.in @@ -11,7 +11,7 @@ # enable zabbix_server. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_server" rcvar=${name}_enable diff --git a/net-mgmt/zabbix16-server/files/zabbix_agentd.in b/net-mgmt/zabbix16-server/files/zabbix_agentd.in index b4f13bdfd4cb..eacfffddb0c7 100644 --- a/net-mgmt/zabbix16-server/files/zabbix_agentd.in +++ b/net-mgmt/zabbix16-server/files/zabbix_agentd.in @@ -11,7 +11,7 @@ # enable zabbix_agentd. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_agentd" rcvar=${name}_enable diff --git a/net-mgmt/zabbix16-server/files/zabbix_proxy.in b/net-mgmt/zabbix16-server/files/zabbix_proxy.in index 3d53faeb206c..c997126b98a9 100644 --- a/net-mgmt/zabbix16-server/files/zabbix_proxy.in +++ b/net-mgmt/zabbix16-server/files/zabbix_proxy.in @@ -11,7 +11,7 @@ # enable zabbix_proxy. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_proxy" rcvar=${name}_enable diff --git a/net-mgmt/zabbix16-server/files/zabbix_server.in b/net-mgmt/zabbix16-server/files/zabbix_server.in index 5b2e85d1a354..4f4bb8d2c0c4 100644 --- a/net-mgmt/zabbix16-server/files/zabbix_server.in +++ b/net-mgmt/zabbix16-server/files/zabbix_server.in @@ -11,7 +11,7 @@ # enable zabbix_server. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_server" rcvar=${name}_enable diff --git a/net-mgmt/zabbix2-server/files/zabbix_agentd.in b/net-mgmt/zabbix2-server/files/zabbix_agentd.in index b4f13bdfd4cb..eacfffddb0c7 100644 --- a/net-mgmt/zabbix2-server/files/zabbix_agentd.in +++ b/net-mgmt/zabbix2-server/files/zabbix_agentd.in @@ -11,7 +11,7 @@ # enable zabbix_agentd. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_agentd" rcvar=${name}_enable diff --git a/net-mgmt/zabbix2-server/files/zabbix_proxy.in b/net-mgmt/zabbix2-server/files/zabbix_proxy.in index 3d53faeb206c..c997126b98a9 100644 --- a/net-mgmt/zabbix2-server/files/zabbix_proxy.in +++ b/net-mgmt/zabbix2-server/files/zabbix_proxy.in @@ -11,7 +11,7 @@ # enable zabbix_proxy. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_proxy" rcvar=${name}_enable diff --git a/net-mgmt/zabbix2-server/files/zabbix_server.in b/net-mgmt/zabbix2-server/files/zabbix_server.in index 5b2e85d1a354..4f4bb8d2c0c4 100644 --- a/net-mgmt/zabbix2-server/files/zabbix_server.in +++ b/net-mgmt/zabbix2-server/files/zabbix_server.in @@ -11,7 +11,7 @@ # enable zabbix_server. # -. %%RC_SUBR%% +. /etc/rc.subr name="zabbix_server" rcvar=${name}_enable |