FREEBSD-upgrade revision 129214
1# ex:ts=8
2$FreeBSD: head/contrib/amd/FREEBSD-upgrade 129214 2004-05-14 13:29:48Z mbr $
3
4AMD (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
9For the import of AMD many files were pruned by:
10
11	tar -X FREEBSD-Xlist -xzf am-utils-6.0.9.tar.gz
12
13and `find . -name '.cvsignore' -delete`
14
15Then 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
20After the import, a separate extraction of am-utils was GNU configured in
21the "normal" way.  The resulting config.h file should be compared with
22src/usr.sbin/amd/include/config.h, and src/usr.sbin/amd/include/config.h
23updated as needed.
24
25To make local changes to amd, simply patch and commit to the main
26branch (aka HEAD).  Never make local changes on the vendor (COLUMBIA) branch.
27
28All local changes should be submitted to "amd-dev@majordomo.cs.columbia.edu"
29for inclusion in the next vendor release.
30
31Local changes:
32
33	amd/amd.8
34	  r1.17 Uniformly refer to a file system as "file system"
35	  r1.16 Add the am-utils homepage to SEE ALSO
36	  r1.15 s/BSD/.Bx/ where appropriate
37	  r1.14 Avoid using parenthesis enclosure macros
38	  r1.13 split punctuation characters + misc fixes
39	  r1.12 mdoc(7)NG
40	  r1.11 Catch a left over reference to "/a"
41	  r1.10 Document change to the default mount dir.
42	  r1.9 Mention "amd -H" in the synopsis
43	  r1.8 Fix miscellaneous mdoc macro argument limit infringements
44	  r1.7 Don't refer to non-existent automount(8)
45	  r1.6 Fix errors in .Xr usage
46	  r1.3 un-mandocafied, un4.4BSD'ed
47	  r1.2 sort cross references
48	amd/amd.c
49	  r1.7 use /.amd_mnt as default for -a
50	amq/amq.8
51	  r1.9 Uniformly refer to a file system as "file system".
52	  r1.8 s/BSD/.Bx/ where appropriate.
53	  r1.6 mdoc(7)NG.
54	  r1.5 Remove reference to non-existent manpage
55	  r1.4 Fix typos
56	  r1.3 un-mandocafied, un4.4BSD'ed
57	amq/pawd.1
58	  r1.3 un-mandocafied, un4.4BSD'ed
59	  r1.2 sorting of references
60	conf/nfs_prot/nfs_prot_freebsd3.h
61	  r1.11 Userland part of nfs client/server split and cleanup
62	  r1.6 restore the standard name nfs_fh3
63	  r1.3 Fully use our own generated files for NFSv3
64	  r1.2 rpcgen our own files for NFSv3 support
65	fixmount/fixmount.8
66	  r1.8 Uniformly refer to a file system as "file system"
67	  r1.6 split punctuation characters + misc fixes.
68	  r1.5 mdoc(7)NG.
69	  r1.4 ".Mn mountd" -> ".Nm mountd"
70	  r1.3 un-mandocafied, un4.4BSD'ed
71	  r1.2 More sorting of references.
72	fsinfo/fsinfo.8
73	  r1.9 add section number to .Xr directive
74	  r1.7 Uniformly refer to a file system as "file system"
75          r1.6 split punctuation characters + misc fixes
76	  r1.5 mdoc(7)NG
77	  r1.3 describe all of the command line options
78	  r1.2 un-mandocafied, un4.4BSD'ed
79	mk-amd-map/mk-amd-map.8
80	  r1.4 removed HISTORY info from the .Os call.
81	  r1.2 un-mandocafied, un4.4BSD'ed
82	scripts/amd.conf.5
83	  r1.15 Bring man page back in shape
84	  r1.13 Uniformly refer to a file system as "file system"
85	  r1.12 Avoid using parenthesis enclosure macros
86	  r1.11 mdoc(7)NG
87	  r1.10 Fix miscellaneous mdoc macro argument limit infringements
88	  r1.8 Fix a bunch of broken cross-references
89	  r1.7 Bad reference of uname(2) -> uname(3)
90	  r1.6 Grammer fix and style nits.
91	  r1.5 xfer typo
92	  r1.4 un-mandocafied, un4.4BSD'ed
93	  r1.3 More sorting of references.
94	wire-test/wire-test.8
95	  r1.2 un-mandocafied, un4.4BSD'ed
96
97mbr@FreeBSD.org
98obrien@NUXI.com
9905-November-1999
100