pkgsrc/mail/nullmailer/DEINSTALL
schmonz 7fa8d136b7 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.
2005-08-20 02:20:45 +00:00

11 lines
173 B
Text

# $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