Changelog for sysgather sysgather-1.0pre7 2006/02/14 - At long last, support "ALL" as an alias for "all packages listed on the groups line". - Add a mention of the change log to the webpage. - Process a user configuration file, ~/.sysgather.conf, if it is present and the -f option is not specified on the command line. Suggested by George Danchev . - Switch over to the $Ringlet version control tag. - Add some collections to both freebsd.conf and debian.conf: the Boa webserver and the leafnode NNTP proxy/cache. sysgather-1.0pre6 2006/02/10 - Add the beginnings of a webpage. - Allow overriding of the podchecker invocation at build time, so that it may be bypassed on Perl 5.005, which simply does not have podchecker(1). This and the following change found out by the automated package building scripts of Kris Kennaway . - Use a second argument to mkdir() to appease Perl 5.005. - Make Apache 1.x, not 2.x, the default in the sample config files. - Unify the sample config files - always a tab at the start of the "files" list of a collection. - Add some collections to freebsd.conf: CUPS, cvsup-mirror, Lynx, portaudit, portupgrade, Quagga, Rootkit Hunter, rsync server, smartmontools, sudo, TrafShow, wget. - Add some (pretty much equivalent) collections to debian.conf: cupsys, GhostScript, iproute2, libcupsys, libpaper, lynx-cur, Quagga, Rootkit Hunter, rsync server, smartmontools, sudo, wget. No source versions here, though. - Fix the directory handling logic: "diff" and "diffsrc" do not need to *create* any directories, and "get" ought to attempt to create the confdir if it does not exist yet. sysgather-1.0pre5 2006/02/08 - Fix the install-time check for the existence of sysgather.conf - properly check within ${DESTDIR}, not necessarily the real /etc. - In the debian.conf example, attribute mime.types properly to the mime-support package, not the apache one. sysgather-1.0pre4 2006/02/07 - Honor DESTDIR during the installation phase. - Split the configuration file into a basic one, installed as etc/sysgather.conf, and a slew of OS-specific detailed ones, installed in an example directory. - Add the "diffsource" (or "diffsrc") command - analogous to "diff", but for the source files. - If the srcdir property has the magic value "NONE", sysgather will refuse to execute the "source" and "diffsource" commands. This is the proper syntax for packages which do not provide any vendor/default versions of the config files, e.g. most Debian packages. sysgather-1.0pre3 2006/02/06 - Actually specify that sysgather.conf.default is the source for sysgather.conf :) - Fill in the CONFIGURATION FILES perldoc section. - Add a simple "dist" target to the Makefile. sysgather-1.0pre2 2005/12/16 - Fix a Makefile bug: do not explode on installation if there already *is* a sysgather.conf file present. sysgather-1.0pre1 2005/12/16 - First semi-public not-nearly-a-release :) Comments: Peter Pentchev WWW: http://devel.ringlet.net/sysutils/sysgather/ $Ringlet: ChangeLog 332 2006-02-14 18:21:31Z roam $