File: debianize_extensions.diff

package info (click to toggle)
request-tracker5 5.0.3%2Bdfsg-3~deb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 77,648 kB
  • sloc: javascript: 187,930; perl: 79,061; sh: 1,302; makefile: 471; python: 37; php: 15
file content (27 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
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
From 83787c6f7b0c8f3683bc06c756575e444e2fc808 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Thu, 9 Jul 2020 22:33:55 +1200
Subject: Point to Debian locaton of mason_data.

Forwarded: not-needed
Patch-Name: debianize_extensions.diff
---
 docs/extensions.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/extensions.pod b/docs/extensions.pod
index 251b1964..27bb06a1 100644
--- a/docs/extensions.pod
+++ b/docs/extensions.pod
@@ -76,9 +76,9 @@ documentation carefully.
 Next, B<clear the cache>.  RT caches the files it serves, and installing
 a plugin requires clearing this cache to ensure that the changes are
 served.  This is done by removing files in the
-F</opt/rt5/var/mason_data/obj> directory:
+F</var/cache/request-tracker5/mason_data/obj> directory:
 
-   rm -rf /opt/rt5/var/mason_data/obj
+   rm -rf /var/cache/request-tracker5/mason_data/obj
 
 This step may not be necessary if the extension does not affect RT's
 display.