diff options
author | harti <harti@FreeBSD.org> | 2003-10-22 07:44:45 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-10-22 07:44:45 +0000 |
commit | 73542e98c63a5f4fa0c5a5ba17a63059e6072975 (patch) | |
tree | 7b436f7e2499115ef03ebeabc4f04deb13d4e549 /sys | |
parent | b3b7780dfaa98ffc44c467dab53e02e8641d4dc7 (diff) | |
download | FreeBSD-src-73542e98c63a5f4fa0c5a5ba17a63059e6072975.zip FreeBSD-src-73542e98c63a5f4fa0c5a5ba17a63059e6072975.tar.gz |
Some upgrade instructions.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/contrib/ngatm/FREEBSD-upgrade | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/contrib/ngatm/FREEBSD-upgrade b/sys/contrib/ngatm/FREEBSD-upgrade new file mode 100644 index 0000000..d0846ba --- /dev/null +++ b/sys/contrib/ngatm/FREEBSD-upgrade @@ -0,0 +1,14 @@ +$FreeBSD$ + +This is the part of the NgATM stuff that is shared by kernel and user. +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: + + cvs import \ + -m "Virgin import of NgATM shared kernel/user part X.Y" \ + src/sys/contrib/ngatm BEGEMOT NGATM_X_Y + +harti |