summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-07-21 17:55:13 +0000
committerjlam <jlam>2004-07-21 17:55:13 +0000
commit1188fa5ab4433ece21541c1d8eedbff6610cec7f (patch)
tree8c6accec8b734b17c5857bc8261ec5844d17f1c4
parent3aed6d2f66048d546ab21fbb4e8528f67151cb5a (diff)
downloadpkgsrc-1188fa5ab4433ece21541c1d8eedbff6610cec7f.tar.gz
Be more explicit about when you'd want to remove /var/mysql.
-rw-r--r--databases/mysql4-server/DEINSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql4-server/DEINSTALL b/databases/mysql4-server/DEINSTALL
index e2259384523..e4fd802617b 100644
--- a/databases/mysql4-server/DEINSTALL
+++ b/databases/mysql4-server/DEINSTALL
@@ -1,13 +1,13 @@
-# $NetBSD: DEINSTALL,v 1.1 2004/07/21 17:45:13 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.2 2004/07/21 17:55:13 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
-If you won't be using ${PKGNAME} any longer, you may want to remove
-
- * the following directories:
+If you won't be using ${PKGNAME} any longer, and you don't
+wish to preserve your existing databases, then you may remove the
+following directory:
@MYSQL_DATADIR@
===========================================================================