Remove these files from the vendor branch where they accidentally

where put by my wrong import.
This commit is contained in:
Hartmut Brandt 2004-01-26 10:22:04 +00:00
parent 70af00a124
commit f8a0b913e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/bsnmp/dist/; revision=125010

View File

@ -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