1# ex:ts=8
2$FreeBSD$
3
4AMD (am-utils) 6.1.5
5    originals can be found at: ftp://ftp.am-utils.org/pub/am-utils/
6
7For the import of AMD many files were pruned by:
8
9	tar -X FREEBSD-Xlist -xf am-utils-6.1.5.tar.gz
10
11and `find . -name '.cvsignore' -delete`
12
13Then imported by:
14
15	cvs import -m 'Virgin import of AMD (am-utils) v6.1.5' \
16		src/contrib/amd COLUMBIA amd_6_1_5
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
26Note, we don't trim anything in scripts/ as sysadmins may find the bits
27as a useful reference.
28
29All local changes should be submitted to "am-utils@am-utils.org" or
30https://bugzilla.am-utils.org for inclusion in the next vendor release.
31
32Local changes:
33
34	amd/amd.8
35	  r1.17 Uniformly refer to a file system as "file system"
36	  r1.16 Add the am-utils homepage to SEE ALSO
37	  r1.15 s/BSD/.Bx/ where appropriate
38	  r1.14 Avoid using parenthesis enclosure macros
39	  r1.13 split punctuation characters + misc fixes
40	  r1.12 mdoc(7)NG
41	  r1.11 Catch a left over reference to "/a"
42	  r1.10 Document change to the default mount dir.
43	  r1.9 Mention "amd -H" in the synopsis
44	  r1.8 Fix miscellaneous mdoc macro argument limit infringements
45	  r1.7 Don't refer to non-existent automount(8)
46	  r1.6 Fix errors in .Xr usage
47	  r1.3 un-mandocafied, un4.4BSD'ed
48	  r1.2 sort cross references
49	amd/amd.c
50	  r1.7 use /.amd_mnt as default for -a
51	amq/amq.8
52	  r1.9 Uniformly refer to a file system as "file system".
53	  r1.8 s/BSD/.Bx/ where appropriate.
54	  r1.6 mdoc(7)NG.
55	  r1.5 Remove reference to non-existent manpage
56	  r1.4 Fix typos
57	  r1.3 un-mandocafied, un4.4BSD'ed
58	amq/pawd.1
59	  r1.3 un-mandocafied, un4.4BSD'ed
60	  r1.2 sorting of references
61	conf/nfs_prot/nfs_prot_freebsd3.h
62	  r1.11 Userland part of nfs client/server split and cleanup
63	  r1.6 restore the standard name nfs_fh3
64	  r1.3 Fully use our own generated files for NFSv3
65	  r1.2 rpcgen our own files for NFSv3 support
66	fixmount/fixmount.8
67	  r1.8 Uniformly refer to a file system as "file system"
68	  r1.6 split punctuation characters + misc fixes.
69	  r1.5 mdoc(7)NG.
70	  r1.4 ".Mn mountd" -> ".Nm mountd"
71	  r1.3 un-mandocafied, un4.4BSD'ed
72	  r1.2 More sorting of references.
73	fsinfo/fsinfo.8
74	  r1.9 add section number to .Xr directive
75	  r1.7 Uniformly refer to a file system as "file system"
76          r1.6 split punctuation characters + misc fixes
77	  r1.5 mdoc(7)NG
78	  r1.3 describe all of the command line options
79	  r1.2 un-mandocafied, un4.4BSD'ed
80	mk-amd-map/mk-amd-map.8
81	  r1.4 removed HISTORY info from the .Os call.
82	  r1.2 un-mandocafied, un4.4BSD'ed
83	scripts/amd.conf.5
84	  r1.15 Bring man page back in shape
85	  r1.13 Uniformly refer to a file system as "file system"
86	  r1.12 Avoid using parenthesis enclosure macros
87	  r1.11 mdoc(7)NG
88	  r1.10 Fix miscellaneous mdoc macro argument limit infringements
89	  r1.8 Fix a bunch of broken cross-references
90	  r1.7 Bad reference of uname(2) -> uname(3)
91	  r1.6 Grammer fix and style nits.
92	  r1.5 xfer typo
93	  r1.4 un-mandocafied, un4.4BSD'ed
94	  r1.3 More sorting of references.
95	wire-test/wire-test.8
96	  r1.2 un-mandocafied, un4.4BSD'ed
97
98mbr@FreeBSD.org
99obrien@NUXI.com
10005-November-1999
101