summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-06-22 23:01:05 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-06-22 23:01:05 +0000
commitaee989bd8e71a08370f24d3b97e04cc79767dc59 (patch)
tree827f37a98f6652df71aaea8338147c0c35116d96 /www-apps/rt
parentStable on sparc (diff)
downloadgentoo-2-aee989bd8e71a08370f24d3b97e04cc79767dc59.tar.gz
gentoo-2-aee989bd8e71a08370f24d3b97e04cc79767dc59.tar.bz2
gentoo-2-aee989bd8e71a08370f24d3b97e04cc79767dc59.zip
Clarify postupgrade instructions
(Portage version: 2.1)
Diffstat (limited to 'www-apps/rt')
-rw-r--r--www-apps/rt/ChangeLog5
-rw-r--r--www-apps/rt/files/3.4.5/reconfig6
2 files changed, 7 insertions, 4 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog
index e687b1bb8434..3f80fae42cac 100644
--- a/www-apps/rt/ChangeLog
+++ b/www-apps/rt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/rt
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.37 2006/06/22 02:07:15 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.38 2006/06/22 23:01:05 rl03 Exp $
+
+ 22 Jun 2006; Renat Lumpau <rl03@gentoo.org> files/3.4.5/reconfig:
+ Clarify postupgrade instructions
*rt-3.6.0 (22 Jun 2006)
diff --git a/www-apps/rt/files/3.4.5/reconfig b/www-apps/rt/files/3.4.5/reconfig
index 6830548da6e8..583b511a73b7 100644
--- a/www-apps/rt/files/3.4.5/reconfig
+++ b/www-apps/rt/files/3.4.5/reconfig
@@ -22,9 +22,9 @@ if [ $1 = "install" ]; then
echo "You may need to update your database."
echo "For each item in the output below"
echo "whose name is greater than your previously installed RT version,"
- echo "rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>"
- echo "rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>"
- echo "rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --prompt-for-dba-password"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password"
+ echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password"
echo "Don't forget to read the online installation guide for more details"
ls