pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql4-server Be more explicit about when yo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aba344d17e80
branches:  trunk
changeset: 478302:aba344d17e80
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 21 17:55:13 2004 +0000

description:
Be more explicit about when you'd want to remove /var/mysql.

diffstat:

 databases/mysql4-server/DEINSTALL |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r c717571285fa -r aba344d17e80 databases/mysql4-server/DEINSTALL
--- a/databases/mysql4-server/DEINSTALL Wed Jul 21 17:45:13 2004 +0000
+++ b/databases/mysql4-server/DEINSTALL Wed Jul 21 17:55:13 2004 +0000
@@ -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@
 ===========================================================================



Home | Main Index | Thread Index | Old Index