summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp')
-rw-r--r--contrib/bsnmp/FREEBSD-Xlist14
-rw-r--r--contrib/bsnmp/FREEBSD-upgrade22
2 files changed, 36 insertions, 0 deletions
diff --git a/contrib/bsnmp/FREEBSD-Xlist b/contrib/bsnmp/FREEBSD-Xlist
new file mode 100644
index 0000000..368aee2
--- /dev/null
+++ b/contrib/bsnmp/FREEBSD-Xlist
@@ -0,0 +1,14 @@
+#$FreeBSD$
+*/Makefile.in
+*/acinclude.m4
+*/aclocal.m4
+*/config
+*/config/*
+*/configure
+*/configure.ac
+*/gensnmpdef/Makefile.in
+*/gensnmptree/Makefile.in
+*/lib/Makefile.in
+*/snmp_mibII/Makefile.in
+*/snmpd/Makefile.in
+*/snmpd/.gdbinit
diff --git a/contrib/bsnmp/FREEBSD-upgrade b/contrib/bsnmp/FREEBSD-upgrade
new file mode 100644
index 0000000..4fb31fd
--- /dev/null
+++ b/contrib/bsnmp/FREEBSD-upgrade
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+This is the Begemot micro-SNMP daemon. It is the base for the ILMI daemon
+for ngATM. Be careful to feed changes back to the maintainer
+<harti@freebsd.org>, because the code here is actually shared with other
+environments besides FreeBSD.
+
+Import should be done by:
+
+ 1. unpack distribution into clean directory
+
+ 2. remove all unneeded files
+
+ 3. cvs import \
+ -m "Virgin import of bsnmpd X.Y" \
+ src/contrib/bsnmp BEGEMOT BSNMP_X_Y
+
+ 4. resolve conflicts
+
+ 5. check the makefile in lib/libbsnmp and usr.sbin/bsnmp
+
+harti
OpenPOWER on IntegriCloud