diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-11-10 08:56:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-11-10 08:56:57 +0000 |
| commit | 393c598a9c5bbe83651fe62e85b9f3d5bdcb6ca5 (patch) | |
| tree | eb3f979e8764346944889e0b72edfb02cd1599ce | |
| parent | f06ca4af1879f1cb903660d2a12ba7edcf152938 (diff) | |
Notes
| -rw-r--r-- | contrib/bsnmp/FREEBSD-upgrade | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/bsnmp/FREEBSD-upgrade b/contrib/bsnmp/FREEBSD-upgrade new file mode 100644 index 000000000000..fff2784c39e5 --- /dev/null +++ b/contrib/bsnmp/FREEBSD-upgrade @@ -0,0 +1,25 @@ +$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. regenerate files in src/usr.sbin/bsnmpd/bsnmpd and + src/lib/libbsnmp/modules/* + + 6. commit changed files + +harti |
