]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/contrib/ngatm/FREEBSD-upgrade
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / contrib / ngatm / FREEBSD-upgrade
1 $FreeBSD$
2
3 This is the part of the NgATM stuff that is shared by kernel and user.
4 Be careful to feed changes back to the maintainer <harti@freebsd.org>,
5 because the code here is actually shared with other environments besides
6 FreeBSD.
7
8 Import should be done by:
9
10         1. Put the distribution into a clean directory.
11
12         2. Remove any unneeded files.
13
14         3. cvs import \
15                 -m "Virgin import of NgATM shared kernel/user part X.Y" \
16                 src/sys/contrib/ngatm/netnatm BEGEMOT NGATM_X_Y
17
18         4. resolve conflicts
19
20         5. check-out the imported stuff
21
22         6. Re-generate files by calling ./genfiles
23
24         7. If neccessary commit the re-generated files
25
26 harti