ispman/debian/patches 01_liblocations.dpatch,1.3,1.4
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-serv29814/debian/patches
Modified Files:
01_liblocations.dpatch
Log Message:
removed $Id tag to fix patching
Index: 01_liblocations.dpatch
===================================================================
RCS file: /cvsroot/ispman/ispman/debian/patches/01_liblocations.dpatch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 01_liblocations.dpatch 15 Jun 2006 16:08:17 -0000 1.3
+++ 01_liblocations.dpatch 15 Jun 2006 16:34:00 -0000 1.4
@@ -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 18:02:36.000000000 +0200
-+++ ispman-1.3/bin/ispman-agent 2006-06-15 18:04:01.000000000 +0200
+--- ispman-1.3~/bin/ispman-agent 2006-06-15 18:15:45.000000000 +0200
++++ ispman-1.3/bin/ispman-agent 2006-06-15 18:17:08.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 @@
[...1520 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 18:02:43.000000000 +0200
-+++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 18:04:02.000000000 +0200
+--- ispman-1.3~/ispman-web/cgi-bin/css.cgi 2006-06-15 18:15:46.000000000 +0200
++++ ispman-1.3/ispman-web/cgi-bin/css.cgi 2006-06-15 18:17:09.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 18:02:43.000000000 +0200
-+++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 18:04:02.000000000 +0200
+--- ispman-1.3~/ispman-web/cgi-bin/whois.cgi 2006-06-15 18:15:46.000000000 +0200
++++ ispman-1.3/ispman-web/cgi-bin/whois.cgi 2006-06-15 18:17:09.000000000 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use lib qw(/usr/share/ispman/lib /usr/share/ispman/ /etc/ispman);