Initial import from FreeBSD RELENG_4:
[games.git] / contrib / amd / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/amd/FREEBSD-upgrade,v 1.11 1999/11/05 11:59:47 obrien Exp $
3
4 AMD (am-utils) 6.0.3s1
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.3s1.tar.gz
12
13 Then imported by:
14
15         cvs import -m 'Virgin import of AMD (am-utils) v6.0.3s1' \
16                 src/contrib/amd COLUMBIA amd_6_0_3s1
17
18 After the import, a separate extraction of am-utils was GNU configured in
19 the "normal" way.  The resulting config.h file should be compared with
20 src/usr.sbin/amd/include/config.h, and src/usr.sbin/amd/include/config.h
21 updated as needed.
22
23 To make local changes to amd, simply patch and commit to the main
24 branch (aka HEAD).  Never make local changes on the vendor (COLUMBIA) branch.
25
26 All local changes should be submitted to "amd-dev@majordomo.cs.columbia.edu"
27 for inclusion in the next vendor release.
28
29 obrien@NUXI.com
30 05-November-1999