1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
From 5780c6214d93d3ea8ebaa1d77b38e37ef9df4a6f Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sun, 23 Feb 2014 22:48:50 +0000
Subject: Debianize UPGRADING-4.2
Forwarded: not-needed
Patch-Name: debianize_UPGRADING-4.2.diff
---
docs/UPGRADING-4.2 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
index ab8ac9d5..bde6eba9 100644
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@ -107,7 +107,7 @@ extra transactions, and keeping the summed time spent consistent.
In order to fix the history records of old ticket you can run the following
command:
- /opt/rt5/etc/upgrade/time-worked-history
+ /usr/share/request-tracker5/etc/upgrade/time-worked-history
This command deletes records from the Transactions table. This script can only fix
TimeWorked mismatches, but not TimeLeft or TimeEstimated.
@@ -130,11 +130,11 @@ existing installs. While new installs use the HTML templates by default,
upgrades from older versions don't automatically switch to the HTML versions.
To switch existing scrips, run:
- /opt/rt5/etc/upgrade/switch-templates-to html
+ /usr/share/request-tracker5/etc/upgrade/switch-templates-to html
To switch from HTML back to text, run:
- /opt/rt5/etc/upgrade/switch-templates-to text
+ /usr/share/request-tracker5/etc/upgrade/switch-templates-to text
=item *
|