f5a6a5b987
NetBSD Packages Collection. RTx::Shredder allows a RT administrator to safely remove data from the database by providing an API in the form of a PERL module and a Web interface as well as a command-line interface to use it. Tickets, attachments, users and transactions can be deleted with it.
14 lines
455 B
Text
14 lines
455 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/05/01 09:42:13 cube Exp $
|
|
|
|
--- inc/Module/Install/RTx.pm.orig 2005-09-27 00:23:22.000000000 +0200
|
|
+++ inc/Module/Install/RTx.pm
|
|
@@ -29,7 +29,8 @@ sub RTx {
|
|
|
|
if ($prefix) {
|
|
$RT::LocalPath = $prefix;
|
|
- $INC{'RT.pm'} = "$RT::LocalPath/lib/RT.pm";
|
|
+ $RT::LocalHtmlPath = "$prefix/share/rt3/html";
|
|
+ $INC{'RT.pm'} = "$RT::LocalPath/lib/rt3/RT.pm";
|
|
}
|
|
else {
|
|
local @INC = (
|