1# ex:ts=8 2$FreeBSD: stable/12/contrib/amd/FREEBSD-upgrade 337821 2018-08-14 20:33:48Z 0mp $ 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 - corrected formatting of SEE ALSO 36 r1.17 Uniformly refer to a file system as "file system" 37 r1.16 Add the am-utils homepage to SEE ALSO 38 r1.15 s/BSD/.Bx/ where appropriate 39 r1.14 Avoid using parenthesis enclosure macros 40 r1.13 split punctuation characters + misc fixes 41 r1.12 mdoc(7)NG 42 r1.11 Catch a left over reference to "/a" 43 r1.10 Document change to the default mount dir. 44 r1.9 Mention "amd -H" in the synopsis 45 r1.8 Fix miscellaneous mdoc macro argument limit infringements 46 r1.7 Don't refer to non-existent automount(8) 47 r1.6 Fix errors in .Xr usage 48 r1.3 un-mandocafied, un4.4BSD'ed 49 r1.2 sort cross references 50 amd/amd.c 51 r1.7 use /.amd_mnt as default for -a 52 amq/amq.8 53 r1.9 Uniformly refer to a file system as "file system". 54 r1.8 s/BSD/.Bx/ where appropriate. 55 r1.6 mdoc(7)NG. 56 r1.5 Remove reference to non-existent manpage 57 r1.4 Fix typos 58 r1.3 un-mandocafied, un4.4BSD'ed 59 amq/pawd.1 60 r1.3 un-mandocafied, un4.4BSD'ed 61 r1.2 sorting of references 62 conf/nfs_prot/nfs_prot_freebsd3.h 63 r1.11 Userland part of nfs client/server split and cleanup 64 r1.6 restore the standard name nfs_fh3 65 r1.3 Fully use our own generated files for NFSv3 66 r1.2 rpcgen our own files for NFSv3 support 67 fixmount/fixmount.8 68 r1.8 Uniformly refer to a file system as "file system" 69 r1.6 split punctuation characters + misc fixes. 70 r1.5 mdoc(7)NG. 71 r1.4 ".Mn mountd" -> ".Nm mountd" 72 r1.3 un-mandocafied, un4.4BSD'ed 73 r1.2 More sorting of references. 74 fsinfo/fsinfo.8 75 r1.9 add section number to .Xr directive 76 r1.7 Uniformly refer to a file system as "file system" 77 r1.6 split punctuation characters + misc fixes 78 r1.5 mdoc(7)NG 79 r1.3 describe all of the command line options 80 r1.2 un-mandocafied, un4.4BSD'ed 81 hlfsd/hlfsd.8 82 - Fix a broken SEE ALSO section and some mdoc issues 83 mk-amd-map/mk-amd-map.8 84 r1.4 removed HISTORY info from the .Os call. 85 r1.2 un-mandocafied, un4.4BSD'ed 86 scripts/amd.conf.5 87 r1.15 Bring man page back in shape 88 r1.13 Uniformly refer to a file system as "file system" 89 r1.12 Avoid using parenthesis enclosure macros 90 r1.11 mdoc(7)NG 91 r1.10 Fix miscellaneous mdoc macro argument limit infringements 92 r1.8 Fix a bunch of broken cross-references 93 r1.7 Bad reference of uname(2) -> uname(3) 94 r1.6 Grammer fix and style nits. 95 r1.5 xfer typo 96 r1.4 un-mandocafied, un4.4BSD'ed 97 r1.3 More sorting of references. 98 wire-test/wire-test.8 99 r1.2 un-mandocafied, un4.4BSD'ed 100 101mbr@FreeBSD.org 102obrien@NUXI.com 10305-November-1999 104