Subject: CVS commit: pkgsrc/sysutils
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/19/2006 17:14:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri May 19 17:14:53 UTC 2006

Modified Files:
	pkgsrc/sysutils/wbm-cluster-copy: Makefile
	pkgsrc/sysutils/wbm-cluster-cron: Makefile
	pkgsrc/sysutils/wbm-postfix: Makefile
	pkgsrc/sysutils/wbm-quota: Makefile
	pkgsrc/sysutils/wbm-status: Makefile
	pkgsrc/sysutils/wbm-time: Makefile distinfo
	pkgsrc/sysutils/webmin: Makefile distinfo wbm.mk
Added Files:
	pkgsrc/sysutils/wbm-postfix: DEINSTALL
	pkgsrc/sysutils/wbm-time/patches: patch-ab
	pkgsrc/sysutils/webmin/files: wbm-deinstall.tmpl
	pkgsrc/sysutils/webmin/patches: patch-ac

Log Message:
* Pull in some changes discussed on the Webmin mailing list to allow
  running an individual module's uninstall action

* Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules
  that will run the module's uninstall action at DEINSTALL time.

* Fix the "time" module to ignore "sched_mode" -- verified by Jamie
  Cameron on the Webmin mailing list as a bug.

* Fix the "postfix" module to remove its temp files at DEINSTALL time
  so that we cleanly pkg_delete.

Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-*
packages that have uninstall.pl scripts.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-cluster-copy/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-cluster-cron/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/wbm-postfix/DEINSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-postfix/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-quota/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-status/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/wbm-time/Makefile \
    pkgsrc/sysutils/wbm-time/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/wbm-time/patches/patch-ab
cvs rdiff -r1.15 -r1.16 pkgsrc/sysutils/webmin/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/webmin/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/webmin/wbm.mk
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/webmin/files/wbm-deinstall.tmpl
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/webmin/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.