This commit is contained in:
brad 2004-06-23 04:04:05 +00:00
parent 95401581ca
commit 12fd4ec729
2 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL-server,v 1.8 2003/08/27 00:14:49 brad Exp $
# $OpenBSD: INSTALL-server,v 1.9 2004/06/23 04:04:05 brad Exp $
#
# Pre/post-installation setup of MySQL
@ -51,8 +51,6 @@ do_database_install()
$PREFIX/bin/mysql_install_db
}
# Verify/process the command
#
case $2 in
PRE-INSTALL)
if [ -d $DB_DIR ]; then

View File

@ -1,6 +0,0 @@
+---------------
| WARNING!
|
| This port has changed the user/group it uses. If you installed this port
| before, ensure all permissions are set correctly.
+---------------