diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2002-12-22 04:50:13 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2002-12-22 04:50:13 +0000 |
commit | f98d6d48254307a6559cd2de6f01cce3c1bc7dac (patch) | |
tree | 5ed38d6ed3c06c54cada5fbcb0a2f56ea3848a5c /www/rt32/files/patch-bin-initacls.mysql | |
parent | Prepare local-ports-jp backup to cover lost distfile, (diff) |
Add rt2 2.0.14,
rT is an industrial-grade ticketing system written
in Perl.
PR: 41701
Submitted by: plasma
Diffstat (limited to 'www/rt32/files/patch-bin-initacls.mysql')
-rw-r--r-- | www/rt32/files/patch-bin-initacls.mysql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/rt32/files/patch-bin-initacls.mysql b/www/rt32/files/patch-bin-initacls.mysql new file mode 100644 index 000000000000..42837f974cb5 --- /dev/null +++ b/www/rt32/files/patch-bin-initacls.mysql @@ -0,0 +1,12 @@ +--- 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 |