mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Explain how to handle the generated files. Explain that the import
must actually be done into the netnatm sub-directory.
This commit is contained in:
parent
29d5d9a8a7
commit
5ba1bf11b6
1 changed files with 14 additions and 2 deletions
|
|
@ -7,8 +7,20 @@ FreeBSD.
|
|||
|
||||
Import should be done by:
|
||||
|
||||
cvs import \
|
||||
1. Put the distribution into a clean directory.
|
||||
|
||||
2. Remove any unneeded files.
|
||||
|
||||
3. cvs import \
|
||||
-m "Virgin import of NgATM shared kernel/user part X.Y" \
|
||||
src/sys/contrib/ngatm BEGEMOT NGATM_X_Y
|
||||
src/sys/contrib/ngatm/netnatm BEGEMOT NGATM_X_Y
|
||||
|
||||
4. resolve conflicts
|
||||
|
||||
5. check-out the imported stuff
|
||||
|
||||
6. Re-generate files by calling ./genfiles
|
||||
|
||||
7. If neccessary commit the re-generated files
|
||||
|
||||
harti
|
||||
|
|
|
|||
Loading…
Reference in a new issue