[Pkg-bugzilla-commits] r95 - trunk/bugzilla-2.18/debian/patches

Alexis Sukrieh sukria-guest@costa.debian.org
Mon, 09 May 2005 13:59:51 +0000


Author: sukria-guest
Date: 2005-05-09 13:59:50 +0000 (Mon, 09 May 2005)
New Revision: 95

Added:
   trunk/bugzilla-2.18/debian/patches/01_datadir.dpatch
Log:
first try to add datadir under /var/lib

Added: trunk/bugzilla-2.18/debian/patches/01_datadir.dpatch
===================================================================
--- trunk/bugzilla-2.18/debian/patches/01_datadir.dpatch	2005-05-09 13:58:45 UTC (rev 94)
+++ trunk/bugzilla-2.18/debian/patches/01_datadir.dpatch	2005-05-09 13:59:50 UTC (rev 95)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_datadir.dpatch by Alexis Sukrieh <sukria@sukria.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Change datadir to /var/lib/bugzilla
+
+@DPATCH@
+diff -urNad ./Bugzilla/Config.pm /tmp/dpep-work.zqU4l5/bugzilla-2.18/Bugzilla/Config.pm
+--- ./Bugzilla/Config.pm	2005-05-09 15:47:30.743322840 +0200
++++ /tmp/dpep-work.zqU4l5/bugzilla-2.18/Bugzilla/Config.pm	2005-05-09 15:48:12.964904184 +0200
+@@ -53,7 +53,7 @@
+ 
+ our $libpath = '/usr/share/bugzilla';
+ our $localconfig = "/etc/bugzilla/localconfig";
+-our $datadir = "$libpath/web/data";
++our $datadir = "/var/lib/bugzilla";
+ our $templatedir = "$libpath/template";
+ our $webdotdir = "$datadir/webdot";
+ 


Property changes on: trunk/bugzilla-2.18/debian/patches/01_datadir.dpatch
___________________________________________________________________
Name: svn:executable
   + *