ispman/debian/patches 20-liblocations.dpatch,1.2,1.3
Joerg Delker <[email protected]> Tue, 30 Dec 2008 10:30:29 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/debian/patches
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11628/debian/patches
Modified Files:
20-liblocations.dpatch
Log Message:
added patch for ispman.database
Index: 20-liblocations.dpatch
===================================================================
RCS file: /cvsroot/ispman/ispman/debian/patches/20-liblocations.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 20-liblocations.dpatch 31 Jul 2007 10:43:13 -0000 1.2
+++ 20-liblocations.dpatch 30 Dec 2008 10:30:27 -0000 1.3
@@ -1212,6 +1212,15 @@
BEGIN {
use FindBin;
unshift @INC,
+diff -urNad head~/bin/ispman.zoneparse head/bin/ispman.zoneparse
+--- head~/bin/ispman.database 2007-08-29 12:36:05.000000000 +0100
++++ head/bin/ispman.database 2007-08-29 12:37:24.000000000 +0100
+@@ -1,4 +1,5 @@
+ #!/usr/bin/perl
++use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);
+ BEGIN {
+ use FindBin;
+ unshift @INC,
diff -urNad head~/ispman-web/htdocs/admin/index.cgi head/ispman-web/htdocs/admin/index.cgi
--- head~/ispman-web/htdocs/admin/index.cgi 2007-07-31 12:20:36.000000000 +0200
+++ head/ispman-web/htdocs/admin/index.cgi 2007-07-31 12:38:11.000000000 +0200
------------------------------------------------------------------------------