# Version 1.13
# Updated 98/06/12
# Comments to: mpb@acm.org (Paul Blackburn)

12-Jun-1998 mpb mk-afs-cli now only changes entry for ftpd in /etc/inetd.conf
                for rs_aix32. AIX version 4 no longer needs an "AFS
                aware" version of ftpd because authentication can
                be specified using the "SYSTEM" and "registry" attributes
                in /etc/security/user. This change is needed for machines
                that run both AFS and DCE/DFS so that both authentications
                can be used on the one machine.
06-Mar-1998 mpb Added support for rs_aix43 to:
                mk-afs-cf mk-afs-cli mk-afs-login
15-Jan-1998 mpb bugfix in mk-afs-srv++: removed "mkdir -p ${afsimagedir}" 
14-Jan-1998 mpb bugfix in mk-afs-srv++ now uses ${afsimagevg} to identify
                the volumegroup to create the install image filesystem
                (previously it was fixed at "rootvg").
09-Oct-1997 mpb bugfix in mk-afs-rc:  loading Kernel Extensions:
                for rs_aix32 use "cfgexport" to load KE export.ext.nonfs
                but use "cfgafs" to load afs.ext.
                for rs_aix4[12] use "cfgexport" to load both
                (export.ext.nonfs and afs.ext)
11-Sep-1997 mpb bugfix in mk-afs-srv++: LOCAL=${afsimagefs}/${TAPESET}
03-Jun-1997 mpb bugfix in mk-afs-rc for ${afsdoptions}
                removed references to DCE in mk-afs-login
05-Dec-1996 mpb bugfix in mk-afs-login now ensures the "root:" stanza
                in /etc/security/user has "registry = files"
                and changed "default:" "registry =AFS" (was DCE)
27-Nov-1996 mpb cleaned up README.html and added it to afs_install.tar
26-Nov-1996 mpb added sample site client install script:
                  usr/local/sbin/mk-afs-client-install
05-Nov-1996 mpb added support for rs_aix42
                added ${afs_install_base} to allow "re-rooting". eg: scripts
                      refer to ${afs_install_base}/usr/local/sbin/mk-afs-cf
                updated mk-afs-rc to build an /etc/rc.afs which now:
                        a) checks ping reachability of 1st database server
                           (allows boot to complete even if server unreachable)
                        b) does AFS package processing
04-Mar-1996 mpb updated README.client with ftp.transarc.com
                updated README with details of mk-afs-srv++
01-Mar-1996 mpb in mk-afs-rc, generate idempotent /etc/rc.afs for mk-afs-srv++
25-Jan-1996 mpb in mk-afs-cli, test if AFS already installed: idempotency OK!
01-Dec-1995 mpb in mk-afs-srv++ now display VGname during space free check
17-Oct-1995 mpb in mk-afs-cli split umount and rmfs of /usr/vice/cache
20-Sep-1995 mpb in mk-afs-srv, mk-afs-srv++, mk-afs-cli changed all
                mount=automatic to mount=true
19-Sep-1995 mpb completed rs_aix41 updates to mk-afs-login
                updated mk-afs-srv++ to error exit if not enough space
   	        for AFS partitions
15-Sep-1995 mpb added "good news" messages
12-Sep-1995 mpb added man page for mk-afs-srv++
                updated mk-afs-srv++:
                Uses tar instead of cpio to copy /usr/afs/etc from SCM
                Make it idempotent - clean up on previous partial install
