diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-08-20 02:20:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-08-20 02:20:45 +0000 |
commit | 7fa8d136b7f5d6f6abd0c97edc692ccc749964f9 (patch) | |
tree | 264c553c819a27047b9e97b68075ca7a138601a6 /mail/nullmailer/DEINSTALL | |
parent | fff581f8803b79d7eabca6680616dac3e47288ad (diff) | |
download | pkgsrc-7fa8d136b7f5d6f6abd0c97edc692ccc749964f9.tar.gz |
Update to 1.00. From the changelog:
- Fixed problem with multiple arguments to protocol modules.
Thanks Sascha Silbe.
- Fixed extraneous spaces in SMTP sender.
- Made permissions on queued files more strict.
- Handle the "-bs" flag in the sendmail wrapper by dieing when we see it.
- Fixed the address parser handling domain names with trailing periods.
- Fixed bug in header parsing that would cause the last header line to
be repeated if there was no body.
- Fixed bug in handling headers containing CR+LF line endings.
pkgsrc changes:
* Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations
* sort PLIST
* Honor VARBASE in manpages and rc.d script
* Enable logging in rc.d script
* Allow rc.d script to start nullmailer without rc.subr
* Take MAINTAINER.
Diffstat (limited to 'mail/nullmailer/DEINSTALL')
-rw-r--r-- | mail/nullmailer/DEINSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/nullmailer/DEINSTALL b/mail/nullmailer/DEINSTALL new file mode 100644 index 00000000000..08a441f9ab0 --- /dev/null +++ b/mail/nullmailer/DEINSTALL @@ -0,0 +1,11 @@ +# $NetBSD: DEINSTALL,v 1.1 2005/08/20 02:20:45 schmonz Exp $ + +VARBASE=@VARBASE@ + +case "${STAGE}" in + +POST-DEINSTALL) + ${RM} -f ${VARBASE}/spool/nullmailer/trigger + ;; + +esac |