138497Sobrien# ex:ts=8
251085Sobrien$FreeBSD$
338497Sobrien
4174537SobrienAMD (am-utils) 6.1.5
5174537Sobrien    originals can be found at: ftp://ftp.am-utils.org/pub/am-utils/
638497Sobrien
751362SobrienFor the import of AMD many files were pruned by:
838497Sobrien
9174537Sobrien	tar -X FREEBSD-Xlist -xf am-utils-6.1.5.tar.gz
1038497Sobrien
11119702Smbrand `find . -name '.cvsignore' -delete`
12119702Smbr
1351362SobrienThen imported by:
1438497Sobrien
15174537Sobrien	cvs import -m 'Virgin import of AMD (am-utils) v6.1.5' \
16174537Sobrien		src/contrib/amd COLUMBIA amd_6_1_5
1738497Sobrien
1851362SobrienAfter the import, a separate extraction of am-utils was GNU configured in
1951362Sobrienthe "normal" way.  The resulting config.h file should be compared with
2051362Sobriensrc/usr.sbin/amd/include/config.h, and src/usr.sbin/amd/include/config.h
2151362Sobrienupdated as needed.
2238497Sobrien
2338497SobrienTo make local changes to amd, simply patch and commit to the main
2438497Sobrienbranch (aka HEAD).  Never make local changes on the vendor (COLUMBIA) branch.
2538497Sobrien
26174537SobrienNote, we don't trim anything in scripts/ as sysadmins may find the bits
27174537Sobrienas a useful reference.
2838497Sobrien
29174537SobrienAll local changes should be submitted to "am-utils@am-utils.org" or
30174537Sobrienhttps://bugzilla.am-utils.org for inclusion in the next vendor release.
31174537Sobrien
32129214SmbrLocal changes:
33129214Smbr
34129214Smbr	amd/amd.8
35129214Smbr	  r1.17 Uniformly refer to a file system as "file system"
36129214Smbr	  r1.16 Add the am-utils homepage to SEE ALSO
37129214Smbr	  r1.15 s/BSD/.Bx/ where appropriate
38129214Smbr	  r1.14 Avoid using parenthesis enclosure macros
39129214Smbr	  r1.13 split punctuation characters + misc fixes
40129214Smbr	  r1.12 mdoc(7)NG
41129214Smbr	  r1.11 Catch a left over reference to "/a"
42129214Smbr	  r1.10 Document change to the default mount dir.
43129214Smbr	  r1.9 Mention "amd -H" in the synopsis
44129214Smbr	  r1.8 Fix miscellaneous mdoc macro argument limit infringements
45129214Smbr	  r1.7 Don't refer to non-existent automount(8)
46129214Smbr	  r1.6 Fix errors in .Xr usage
47129214Smbr	  r1.3 un-mandocafied, un4.4BSD'ed
48129214Smbr	  r1.2 sort cross references
49129214Smbr	amd/amd.c
50129214Smbr	  r1.7 use /.amd_mnt as default for -a
51129214Smbr	amq/amq.8
52129214Smbr	  r1.9 Uniformly refer to a file system as "file system".
53129214Smbr	  r1.8 s/BSD/.Bx/ where appropriate.
54129214Smbr	  r1.6 mdoc(7)NG.
55129214Smbr	  r1.5 Remove reference to non-existent manpage
56129214Smbr	  r1.4 Fix typos
57129214Smbr	  r1.3 un-mandocafied, un4.4BSD'ed
58129214Smbr	amq/pawd.1
59129214Smbr	  r1.3 un-mandocafied, un4.4BSD'ed
60129214Smbr	  r1.2 sorting of references
61129214Smbr	conf/nfs_prot/nfs_prot_freebsd3.h
62129214Smbr	  r1.11 Userland part of nfs client/server split and cleanup
63129214Smbr	  r1.6 restore the standard name nfs_fh3
64129214Smbr	  r1.3 Fully use our own generated files for NFSv3
65129214Smbr	  r1.2 rpcgen our own files for NFSv3 support
66129214Smbr	fixmount/fixmount.8
67129214Smbr	  r1.8 Uniformly refer to a file system as "file system"
68129214Smbr	  r1.6 split punctuation characters + misc fixes.
69129214Smbr	  r1.5 mdoc(7)NG.
70129214Smbr	  r1.4 ".Mn mountd" -> ".Nm mountd"
71129214Smbr	  r1.3 un-mandocafied, un4.4BSD'ed
72129214Smbr	  r1.2 More sorting of references.
73129214Smbr	fsinfo/fsinfo.8
74129214Smbr	  r1.9 add section number to .Xr directive
75129214Smbr	  r1.7 Uniformly refer to a file system as "file system"
76129214Smbr          r1.6 split punctuation characters + misc fixes
77129214Smbr	  r1.5 mdoc(7)NG
78129214Smbr	  r1.3 describe all of the command line options
79129214Smbr	  r1.2 un-mandocafied, un4.4BSD'ed
80129214Smbr	mk-amd-map/mk-amd-map.8
81129214Smbr	  r1.4 removed HISTORY info from the .Os call.
82129214Smbr	  r1.2 un-mandocafied, un4.4BSD'ed
83129214Smbr	scripts/amd.conf.5
84129214Smbr	  r1.15 Bring man page back in shape
85129214Smbr	  r1.13 Uniformly refer to a file system as "file system"
86129214Smbr	  r1.12 Avoid using parenthesis enclosure macros
87129214Smbr	  r1.11 mdoc(7)NG
88129214Smbr	  r1.10 Fix miscellaneous mdoc macro argument limit infringements
89129214Smbr	  r1.8 Fix a bunch of broken cross-references
90129214Smbr	  r1.7 Bad reference of uname(2) -> uname(3)
91129214Smbr	  r1.6 Grammer fix and style nits.
92129214Smbr	  r1.5 xfer typo
93129214Smbr	  r1.4 un-mandocafied, un4.4BSD'ed
94129214Smbr	  r1.3 More sorting of references.
95129214Smbr	wire-test/wire-test.8
96129214Smbr	  r1.2 un-mandocafied, un4.4BSD'ed
97129214Smbr
98119695Smbrmbr@FreeBSD.org
9938497Sobrienobrien@NUXI.com
10052898Sobrien05-November-1999
101