summaryrefslogtreecommitdiff
path: root/security/smtpd/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit1a7910c33465b476d3c41c913d1231e547163689 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /security/smtpd/DEINSTALL
parent42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (diff)
downloadpkgsrc-1a7910c33465b476d3c41c913d1231e547163689.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'security/smtpd/DEINSTALL')
-rw-r--r--security/smtpd/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/smtpd/DEINSTALL b/security/smtpd/DEINSTALL
new file mode 100644
index 00000000000..146ced8863c
--- /dev/null
+++ b/security/smtpd/DEINSTALL
@@ -0,0 +1,17 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:17:48 zuntum 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