ispman/debian/patches 01_liblocations.dpatch,1.2,1.3
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-serv18798/debian/patches
Modified Files:
01_liblocations.dpatch
Log Message:
fixed bogus patch of ldifdiff
Index: 01_liblocations.dpatch
===================================================================
RCS file: /cvsroot/ispman/ispman/debian/patches/01_liblocations.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 01_liblocations.dpatch 15 Jun 2006 15:58:01 -0000 1.2
+++ 01_liblocations.dpatch 15 Jun 2006 16:08:17 -0000 1.3
@@ -6,8 +6,8 @@
@DPATCH@
diff -urNad ispman-1.3~/bin/ispman-agent ispman-1.3/bin/ispman-agent
---- ispman-1.3~/bin/ispman-agent 2006-06-15 17:34:50.000000000 +0200
-+++ ispman-1.3/bin/ispman-agent 2006-06-15 17:52:17.000000000 +0200
+--- ispman-1.3~/bin/ispman-agent 2006-06-15 18:02:36.000000000 +0200
++++ ispman-1.3/bin/ispman-agent 2006-06-15 18:04:01.000000000 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);
@@ -15,8 +15,8 @@
[...1519 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 17:34:51.000000000 +0200
-+++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 17:52:17.000000000 +0200
+--- ispman-1.3~/ispman-web/cgi-bin/css.cgi 2006-06-15 18:02:43.000000000 +0200
++++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 18:04:02.000000000 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);
@@ -1267,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 17:34:51.000000000 +0200
-+++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 17:52:17.000000000 +0200
+--- ispman-1.3~/ispman-web/cgi-bin/whois.cgi 2006-06-15 18:02:43.000000000 +0200
++++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 18:04:02.000000000 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);