]> git.pld-linux.org Git - packages/squid.git/commitdiff
- up to 3.0.STABLE9
authordzeus <dzeus@pld-linux.org>
Fri, 19 Sep 2008 05:57:45 +0000 (05:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-crash-on-ENOSPC.patch -> 1.2

squid-crash-on-ENOSPC.patch

index 6d8c3a081a14d901c1e58a0da52d439afefe782e..0aebbfcf998bc297d09f696f469f384683a7437a 100644 (file)
@@ -1,9 +1,10 @@
---- squid-2.5.STABLE1/src/logfile.c~   Wed Jun 26 11:57:24 2002
-+++ squid-2.5.STABLE1/src/logfile.c    Fri Feb 28 13:33:57 2003
-@@ -186,5 +186,7 @@
-       return;
+diff -urN squid-3.0.STABLE9.orig/src/logfile.cc squid-3.0.STABLE9/src/logfile.cc
+--- squid-3.0.STABLE9.orig/src/logfile.cc      2008-09-09 18:06:44.000000000 +0200
++++ squid-3.0.STABLE9/src/logfile.cc   2008-09-19 07:51:18.505959615 +0200
+@@ -321,5 +321,7 @@
      if (!lf->flags.fatal)
-       return;
+         return;
 -    fatalf("logfileWrite: %s: %s\n", lf->path, xstrerror());
 +#if HAVE_SYSLOG
 +    syslog(LOG_ALERT, "logfileWrite: %s: %s", lf->path, xstrerror());
This page took 0.038509 seconds and 4 git commands to generate.