summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-03-06 23:00:15 +0000
committerhubertf <hubertf@pkgsrc.org>2003-03-06 23:00:15 +0000
commit7c166fc11b925ae866daf86369b4d9810200b4cd (patch)
tree5224558d0cef7c543bde4143f18f4ca8a8e9914b /net/ucd-snmp
parent5a358fed6696575456f95490155f6b91d15a1a5b (diff)
downloadpkgsrc-7c166fc11b925ae866daf86369b4d9810200b4cd.tar.gz
Add provides/requires tags for rcorder
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/files/snmpd.sh5
-rw-r--r--net/ucd-snmp/files/snmptrapd.sh5
2 files changed, 8 insertions, 2 deletions
diff --git a/net/ucd-snmp/files/snmpd.sh b/net/ucd-snmp/files/snmpd.sh
index b3b31f65be7..3705a465e5b 100644
--- a/net/ucd-snmp/files/snmpd.sh
+++ b/net/ucd-snmp/files/snmpd.sh
@@ -1,6 +1,9 @@
#!/bin/sh
#
-# $NetBSD: snmpd.sh,v 1.7 2002/09/23 15:21:40 grant Exp $
+# $NetBSD: snmpd.sh,v 1.8 2003/03/06 23:00:15 hubertf Exp $
+#
+# PROVIDE: snmpd
+# REQUIRE: DAEMON LOGIN network
#
# PID file:
PF=/var/run/snmpd.pid
diff --git a/net/ucd-snmp/files/snmptrapd.sh b/net/ucd-snmp/files/snmptrapd.sh
index 8bacfac100f..0f0b394dc00 100644
--- a/net/ucd-snmp/files/snmptrapd.sh
+++ b/net/ucd-snmp/files/snmptrapd.sh
@@ -1,6 +1,9 @@
#!/bin/sh
#
-# $NetBSD: snmptrapd.sh,v 1.5 2002/09/23 15:21:40 grant Exp $
+# $NetBSD: snmptrapd.sh,v 1.6 2003/03/06 23:00:15 hubertf Exp $
+#
+# PROVIDE: snmpd
+# REQUIRE: DAEMON LOGIN network
#
# PID file:
PF=/var/run/snmptrapd.pid