This is based on the aaa_base from Slackware-11.0 ########### Version 1.0 Changed all X11R7 to X11R6 Remove /var/man Add /var/lib/pkgtool and move package database there from /var/log add required, supplies, preinst dirs Removed /var/spool/mail/root.new email needs to be reworked and put back, maybe Removed doinst.sh this is in the source dir now for easier editing without having to re-pack the _aaa_base.tar.gz Cleared out /media directory -14 default device mount-points were in there. Instead, we'll provide better detection and setup of only the needed mount points at installation time. cdrecorder1, cdrom1, dvd1, floppy1, hd1, memory1, zip1 cdrecorder0, cdrom0, dvd0, floppy0, hd0, memory0, zip0 Removed these dirs from under /mnt: cdrecorder cdrom dvd floppy hd memory tmp zip Removed /usr/doc /usr/info and /usr/man directories. These are moved to: /usr/share/doc /usr/share/info and /usr/share/man to conform with the FHS. For now, we'll link /usr/doc and /usr/man to the new locations Add directory /var/adm Rework doinst.sh: to use /usr/X11R7 everywhere instead of X11R6 to link /usr/doc, /usr/man and /usr/info to their correct location under /usr/share ########### Version 2.0 bump version in kiss-version file remove /var/X11R7 remove /usr/X11R7 remove /var/adm and link to /var/log add /srv directory add /usr/apps directory add /usr/share/fonts change /var/lib/pkgtool/scripts to /var/lib/pkgtool/postinst add /var/lib/pkgtool/postrm change /var/lib/pkgtool/supplies to /var/lib/pkgtool/provides add /var/lib/pkgtool/required rebuild package framework archive with above changes remove all link-creation code from doinst.sh which had anything to do with X11 comment out links-creation for usr/doc, usr/man and usr/info in doinst.sh so that offending packages can be spotted as such add mkdir -p srv to doinst.sh add mkdir -p opt to doinst.sh add mkdir -p var/lib/pkgtool/prerm add mkdir -p var/lib/pkgtool/setup ########### Version 4.0 (no updates were made for KISS-3.0 bump version in kiss-version file suppress creation of rwho links as they belong to tcpip package add missing var/lib/pkgtool subdirectories and added commented code to doinst.sh which could be used to make subdirs root:pkgtool 775 Version 4.0 BUILD 2 change paths for package management to /var/lib/tpkg change links creation loop in doinst.sh to use individual lines so they can be parsed out by tpkg ########### Version 4.1 Changed to use tpkg