diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-21 17:55:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-21 17:55:13 +0000 |
commit | c2dbace2b69bbd21052d73afc07088b9c4901f3a (patch) | |
tree | 8c6accec8b734b17c5857bc8261ec5844d17f1c4 /databases | |
parent | 2ce7564f6fa1f88f1ed9b41c58f5c24997d417d0 (diff) | |
download | pkgsrc-c2dbace2b69bbd21052d73afc07088b9c4901f3a.tar.gz |
Be more explicit about when you'd want to remove /var/mysql.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql4-server/DEINSTALL | 8 |
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@ =========================================================================== |