summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-01-26 10:22:04 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-01-26 10:22:04 +0000
commitf8a0b913e247d45c6e9763d4b241cac81d7ae7f4 (patch)
tree2b42f903a95039e95435707aea48450987e9e080
parent70af00a124005c78dc9de10594ab5bbc488704a3 (diff)
downloadsrc-test2-f8a0b913e247d45c6e9763d4b241cac81d7ae7f4.tar.gz
src-test2-f8a0b913e247d45c6e9763d4b241cac81d7ae7f4.zip
Remove these files from the vendor branch where they accidentally
where put by my wrong import.
Notes
Notes: svn path=/vendor/bsnmp/dist/; revision=125010
-rw-r--r--contrib/bsnmp/FREEBSD-upgrade26
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/bsnmp/FREEBSD-upgrade b/contrib/bsnmp/FREEBSD-upgrade
deleted file mode 100644
index 71e220e3c662..000000000000
--- a/contrib/bsnmp/FREEBSD-upgrade
+++ /dev/null
@@ -1,26 +0,0 @@
-$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
- tar xvf bsnmp-X.Y.tar.gz --exclude-from=FREEBSD-Xlist
-
- 2. remove all unneeded new files (and update FREEBSD-Xlist)
-
- 3. cvs import \
- -m "Virgin import of bsnmpd X.Y" \
- src/contrib/bsnmp BEGEMOT BSNMP_X_Y
-
- 4. resolve conflicts
-
- 5. regenerate files in src/usr.sbin/bsnmpd/bsnmpd and
- src/lib/libbsnmp/modules/*
-
- 6. commit changed files
-
-harti