FREEBSD-upgrade revision 51362
1# ex:ts=8
2$FreeBSD: head/contrib/amd/FREEBSD-upgrade 51362 1999-09-18 09:25:20Z obrien $
3
4AMD (am-utils) 6.0.1
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
9For the import of AMD many files were pruned by:
10
11	tar -X FREEBSD-Xlist -xf am-utils-6.0.1.tar.gz
12
13Then imported by:
14
15	cvs import -m 'Virgin import of AMD (am-utils) v6.0.1' \
16		src/contrib/amd COLUMBIA amd_6_0_1
17
18After the import, a separate extraction of am-utils was GNU configured in
19the "normal" way.  The resulting config.h file should be compared with
20src/usr.sbin/amd/include/config.h, and src/usr.sbin/amd/include/config.h
21updated as needed.
22
23To make local changes to amd, simply patch and commit to the main
24branch (aka HEAD).  Never make local changes on the vendor (COLUMBIA) branch.
25
26All local changes should be submitted to "amd-dev@majordomo.cs.columbia.edu"
27for inclusion in the next vendor release.
28
29obrien@NUXI.com
3014-September-1999
31