diff options
author | dougb <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
commit | 654894d0d627b812897863a5b0118e2e609d9dce (patch) | |
tree | aaeeff4c736ebd629a9db1fb4cf382efc01289fe /net-mgmt | |
parent | 72fc60e1446f886be55c78935b567e74cfd4fddd (diff) | |
download | FreeBSD-ports-654894d0d627b812897863a5b0118e2e609d9dce.zip FreeBSD-ports-654894d0d627b812897863a5b0118e2e609d9dce.tar.gz |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/files/arpwatch.sh | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/files/arpwatch.sh.in | 1 | ||||
-rw-r--r-- | net-mgmt/bigsister/files/bigsister.sh | 1 | ||||
-rw-r--r-- | net-mgmt/mrtg/files/mrtg_daemon.sh.in | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/files/snmpd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/snmpd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/snmptrapd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/files/snmpd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/files/snmptrapd.sh.sample | 1 | ||||
-rw-r--r-- | net-mgmt/netustad/files/netustad.sh | 1 | ||||
-rw-r--r-- | net-mgmt/nrpe2/files/nrpe2.sh.in | 2 | ||||
-rw-r--r-- | net-mgmt/openvmps/files/vmpsd.sh | 2 | ||||
-rw-r--r-- | net-mgmt/rotorouter/files/rotorouter.sh | 2 | ||||
-rw-r--r-- | net-mgmt/snmptt/files/snmptt.sh.in | 1 | ||||
-rw-r--r-- | net-mgmt/trafd/files/trafd.sh.sample | 2 |
16 files changed, 5 insertions, 16 deletions
diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh index 9017b8c..2a7bfb1 100644 --- a/net-mgmt/arpwatch-devel/files/arpwatch.sh +++ b/net-mgmt/arpwatch-devel/files/arpwatch.sh @@ -6,7 +6,7 @@ # PROVIDE: arpwatch # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable arpwatch: diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.sh.in index 260396a..35a7df2 100644 --- a/net-mgmt/arpwatch/files/arpwatch.sh.in +++ b/net-mgmt/arpwatch/files/arpwatch.sh.in @@ -5,7 +5,6 @@ # PROVIDE: arpwatch # REQUIRE: NETWORKING -# KEYWORD: FreeBSD # Add the following lines to /etc/rc.conf to enable arpwatch: # diff --git a/net-mgmt/bigsister/files/bigsister.sh b/net-mgmt/bigsister/files/bigsister.sh index 0efe5b6..ef80d9f 100644 --- a/net-mgmt/bigsister/files/bigsister.sh +++ b/net-mgmt/bigsister/files/bigsister.sh @@ -6,7 +6,6 @@ # PROVIDE: bigsister # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD . %%RC_SUBR%% diff --git a/net-mgmt/mrtg/files/mrtg_daemon.sh.in b/net-mgmt/mrtg/files/mrtg_daemon.sh.in index 0662c02..1f75d57 100644 --- a/net-mgmt/mrtg/files/mrtg_daemon.sh.in +++ b/net-mgmt/mrtg/files/mrtg_daemon.sh.in @@ -5,7 +5,6 @@ # # PROVIDE: mrtg_daemon # REQUIRE: DAEMON bsnmpd snmpd -# KEYWORD: FreeBSD . %%RC_SUBR%% diff --git a/net-mgmt/net-snmp-devel/files/snmpd.sh.sample b/net-mgmt/net-snmp-devel/files/snmpd.sh.sample index 6e089e3..0620174 100644 --- a/net-mgmt/net-snmp-devel/files/snmpd.sh.sample +++ b/net-mgmt/net-snmp-devel/files/snmpd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmpd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmpd: # diff --git a/net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample b/net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample index b3b48c2..35821ee 100644 --- a/net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample +++ b/net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmptrapd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmptrapd: # diff --git a/net-mgmt/net-snmp/files/snmpd.sh.sample b/net-mgmt/net-snmp/files/snmpd.sh.sample index 6e089e3..0620174 100644 --- a/net-mgmt/net-snmp/files/snmpd.sh.sample +++ b/net-mgmt/net-snmp/files/snmpd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmpd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmpd: # diff --git a/net-mgmt/net-snmp/files/snmptrapd.sh.sample b/net-mgmt/net-snmp/files/snmptrapd.sh.sample index b3b48c2..35821ee 100644 --- a/net-mgmt/net-snmp/files/snmptrapd.sh.sample +++ b/net-mgmt/net-snmp/files/snmptrapd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmptrapd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmptrapd: # diff --git a/net-mgmt/net-snmp53/files/snmpd.sh.sample b/net-mgmt/net-snmp53/files/snmpd.sh.sample index 6e089e3..0620174 100644 --- a/net-mgmt/net-snmp53/files/snmpd.sh.sample +++ b/net-mgmt/net-snmp53/files/snmpd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmpd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmpd: # diff --git a/net-mgmt/net-snmp53/files/snmptrapd.sh.sample b/net-mgmt/net-snmp53/files/snmptrapd.sh.sample index b3b48c2..35821ee 100644 --- a/net-mgmt/net-snmp53/files/snmptrapd.sh.sample +++ b/net-mgmt/net-snmp53/files/snmptrapd.sh.sample @@ -4,7 +4,6 @@ # # PROVIDE: snmptrapd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable snmptrapd: # diff --git a/net-mgmt/netustad/files/netustad.sh b/net-mgmt/netustad/files/netustad.sh index 6e48bb0..083dd8c 100644 --- a/net-mgmt/netustad/files/netustad.sh +++ b/net-mgmt/netustad/files/netustad.sh @@ -5,7 +5,6 @@ # PROVIDE: netustad # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD # # Note: # If you are running an rcNG-System (i.e. FreeBSD 5 and later or after diff --git a/net-mgmt/nrpe2/files/nrpe2.sh.in b/net-mgmt/nrpe2/files/nrpe2.sh.in index 4fc22dd..3d8757e 100644 --- a/net-mgmt/nrpe2/files/nrpe2.sh.in +++ b/net-mgmt/nrpe2/files/nrpe2.sh.in @@ -5,7 +5,7 @@ # PROVIDE: nrpe2 # REQUIRE: NETWORKING -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable nrpe2: diff --git a/net-mgmt/openvmps/files/vmpsd.sh b/net-mgmt/openvmps/files/vmpsd.sh index 58fd33e..131bcd8 100644 --- a/net-mgmt/openvmps/files/vmpsd.sh +++ b/net-mgmt/openvmps/files/vmpsd.sh @@ -5,7 +5,7 @@ # PROVIDE: vmpsd # REQUIRE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # NOTE for FreeBSD 5.0+: # If you want this script to start with the base rc scripts diff --git a/net-mgmt/rotorouter/files/rotorouter.sh b/net-mgmt/rotorouter/files/rotorouter.sh index cca14be..f28e61b 100644 --- a/net-mgmt/rotorouter/files/rotorouter.sh +++ b/net-mgmt/rotorouter/files/rotorouter.sh @@ -6,7 +6,7 @@ # PROVIDE: rotorouter # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable rotorouter: # diff --git a/net-mgmt/snmptt/files/snmptt.sh.in b/net-mgmt/snmptt/files/snmptt.sh.in index 9d830af..4559620 100644 --- a/net-mgmt/snmptt/files/snmptt.sh.in +++ b/net-mgmt/snmptt/files/snmptt.sh.in @@ -5,7 +5,6 @@ # PROVIDE: snmptt # REQUIRE: LOGIN -# KEYWORD: FreeBSD # # Add the following lines to /etc/rc.conf to enable snmptt: diff --git a/net-mgmt/trafd/files/trafd.sh.sample b/net-mgmt/trafd/files/trafd.sh.sample index daf53e8..4fb078c 100644 --- a/net-mgmt/trafd/files/trafd.sh.sample +++ b/net-mgmt/trafd/files/trafd.sh.sample @@ -3,7 +3,7 @@ # PROVIDE: trafd # REQUIRE: netif routing -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable trafd: |