aboutsummaryrefslogtreecommitdiff
path: root/www/rt36/files/patch-bin-initacls.mysql
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt36/files/patch-bin-initacls.mysql')
-rw-r--r--www/rt36/files/patch-bin-initacls.mysql12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/rt36/files/patch-bin-initacls.mysql b/www/rt36/files/patch-bin-initacls.mysql
deleted file mode 100644
index 42837f974cb5..000000000000
--- a/www/rt36/files/patch-bin-initacls.mysql
+++ /dev/null
@@ -1,12 +0,0 @@
---- bin/initacls.mysql Wed Nov 7 07:04:00 2001
-+++ bin/initacls.mysql Thu Aug 15 18:01:14 2002
-@@ -14,7 +14,7 @@
- export PATH
-
- echo "Enter the mysql administrator's database password to create a new user for RT"
--$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS
-+$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} mysql < $DATABASEACLS
-
- echo "Enter the mysql administrator's database password to nondestructively reload the database"
--$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload
-+$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} --password=${DBAPASSWD} reload