ispman/debian/patches 01_liblocations.dpatch,1.1,1.2
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/debian/patches In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14136/debian/patches Modified Files: 01_liblocations.dpatch Log Message: updated liblocation patch Index: 01_liblocations.dpatch =================================================================== RCS file: /cvsroot/ispman/ispman/debian/patches/01_liblocations.dpatch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 01_liblocations.dpatch 15 Jun 2006 14:46:37 -0000 1.1 +++ 01_liblocations.dpatch 15 Jun 2006 15:58:01 -0000 1.2 @@ -1,13 +1,13 @@ #! /bin/sh /usr/share/dpatch/dpatch-run -## 01_liblocations.dpatch by <thp-IfcUDwK111A0aPf6s/[email protected]> +## 01_liblocations.dpatch by Joerg Delker <[email protected]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad ispman-1.3~/bin/ispman-agent ispman-1.3/bin/ispman-agent ---- ispman-1.3~/bin/ispman-agent 2006-06-15 15:50:33.000000000 +0200 -+++ ispman-1.3/bin/ispman-agent 2006-06-15 16:00:26.000000000 +0200 [...2614 lines suppressed...] diff -urNad ispman-1.3~/ispman-web/cgi-bin/css.cgi ispman-1.3/ispman-web/cgi-bin/css.cgi ---- ispman-1.3~/ispman-web/cgi-bin/css.cgi 2006-06-15 15:50:34.000000000 +0200 -+++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 16:00:26.000000000 +0200 +--- ispman-1.3~/ispman-web/cgi-bin/css.cgi 2006-06-15 17:34:51.000000000 +0200 ++++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 17:52:17.000000000 +0200 @@ -1,4 +1,5 @@ #!/usr/bin/perl +use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman); @@ -2346,8 +1267,8 @@ if ( exists $ENV{'GATEWAY_INTERFACE'} && ( $MOD_PERL = $ENV{'GATEWAY_INTERFACE'} =~ /^CGI-Perl\// ) ) diff -urNad ispman-1.3~/ispman-web/cgi-bin/whois.cgi ispman-1.3/ispman-web/cgi-bin/whois.cgi ---- ispman-1.3~/ispman-web/cgi-bin/whois.cgi 2006-06-15 15:50:34.000000000 +0200 -+++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 16:00:26.000000000 +0200 +--- ispman-1.3~/ispman-web/cgi-bin/whois.cgi 2006-06-15 17:34:51.000000000 +0200 ++++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 17:52:17.000000000 +0200 @@ -1,4 +1,5 @@ #!/usr/bin/perl +use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);