]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/FREEBSD-upgrade
This commit was generated by cvs2svn to compensate for changes in r127808,
[FreeBSD/FreeBSD.git] / contrib / amd / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD$
3
4 AMD (am-utils) 6.0.9
5     originals can be found at: ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/
6     (http://www.cs.columbia.edu/~ezk/am-utils/index.html)
7
8
9 For the import of AMD many files were pruned by:
10
11         tar -X FREEBSD-Xlist -xzf am-utils-6.0.9.tar.gz
12
13 and `find . -name '.cvsignore' -delete`
14
15 Then imported by:
16
17         cvs import -m 'Virgin import of AMD (am-utils) v6.0.9' \
18                 src/contrib/amd COLUMBIA amd_6_0_9
19
20 After the import, a separate extraction of am-utils was GNU configured in
21 the "normal" way.  The resulting config.h file should be compared with
22 src/usr.sbin/amd/include/config.h, and src/usr.sbin/amd/include/config.h
23 updated as needed.
24
25 To make local changes to amd, simply patch and commit to the main
26 branch (aka HEAD).  Never make local changes on the vendor (COLUMBIA) branch.
27
28 All local changes should be submitted to "amd-dev@majordomo.cs.columbia.edu"
29 for inclusion in the next vendor release.
30
31 mbr@FreeBSD.org
32 obrien@NUXI.com
33 05-November-1999