diff options
Diffstat (limited to 'security/smtpd/pkg/DEINSTALL')
-rw-r--r-- | security/smtpd/pkg/DEINSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/smtpd/pkg/DEINSTALL b/security/smtpd/pkg/DEINSTALL new file mode 100644 index 00000000000..4bfc80cc99b --- /dev/null +++ b/security/smtpd/pkg/DEINSTALL @@ -0,0 +1,18 @@ +#! /bin/sh +# +# $NetBSD: DEINSTALL,v 1.1.1.1 2000/04/21 10:57:33 mjl Exp $ +# + +case "$2" in + DEINSTALL) cat <<EOF + +============================================================= +Note that the configuration and spool dir (/var/spool/smtpd) +are not removed in the deinstallation process. You should +remove those by hand, if you no longer need them. +============================================================= + +EOF + ;; +esac + |