aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-02-20 20:47:50 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-02-20 20:47:50 +0000
commitc49d1a3273d77f35b5564b3722856ca8b9dcc291 (patch)
tree3da9de442d629d38ac63cb930e82da714209de9f /net-mgmt
parent2aa383c4ecd765535e04e8eba8a625608b808ee4 (diff)
downloadports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.tar.gz
ports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch-devel/files/arpwatch.sh2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh.in1
-rw-r--r--net-mgmt/bigsister/files/bigsister.sh1
-rw-r--r--net-mgmt/mrtg/files/mrtg_daemon.sh.in1
-rw-r--r--net-mgmt/net-snmp-devel/files/snmpd.sh.sample1
-rw-r--r--net-mgmt/net-snmp-devel/files/snmptrapd.sh.sample1
-rw-r--r--net-mgmt/net-snmp/files/snmpd.sh.sample1
-rw-r--r--net-mgmt/net-snmp/files/snmptrapd.sh.sample1
-rw-r--r--net-mgmt/net-snmp53/files/snmpd.sh.sample1
-rw-r--r--net-mgmt/net-snmp53/files/snmptrapd.sh.sample1
-rw-r--r--net-mgmt/netustad/files/netustad.sh1
-rw-r--r--net-mgmt/nrpe2/files/nrpe2.sh.in2
-rw-r--r--net-mgmt/openvmps/files/vmpsd.sh2
-rw-r--r--net-mgmt/rotorouter/files/rotorouter.sh2
-rw-r--r--net-mgmt/snmptt/files/snmptt.sh.in1
-rw-r--r--net-mgmt/trafd/files/trafd.sh.sample2
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 9017b8c3ca3f..2a7bfb1d06f1 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 260396a571f9..35a7df2e36c1 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 0efe5b688a49..ef80d9f25dde 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 0662c0286ff5..1f75d573801b 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 6e089e397b40..062017469936 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 b3b48c2d79c2..35821ee9e973 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 6e089e397b40..062017469936 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 b3b48c2d79c2..35821ee9e973 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 6e089e397b40..062017469936 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 b3b48c2d79c2..35821ee9e973 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 6e48bb0b3580..083dd8c289ae 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 4fc22dd761a4..3d8757e9d6ea 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 58fd33e646fe..131bcd845d28 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 cca14be45b02..f28e61b5227e 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 9d830af79f2a..45596202bba5 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 daf53e8c4b1b..4fb078c4798b 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: