SOURCES: squid-crash-on-ENOSPC.patch - up to 3.0.STABLE9
dzeus
dzeus at pld-linux.org
Fri Sep 19 07:57:51 CEST 2008
Author: dzeus Date: Fri Sep 19 05:57:51 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 3.0.STABLE9
---- Files affected:
SOURCES:
squid-crash-on-ENOSPC.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/squid-crash-on-ENOSPC.patch
diff -u SOURCES/squid-crash-on-ENOSPC.patch:1.1 SOURCES/squid-crash-on-ENOSPC.patch:1.2
--- SOURCES/squid-crash-on-ENOSPC.patch:1.1 Fri Feb 28 13:53:52 2003
+++ SOURCES/squid-crash-on-ENOSPC.patch Fri Sep 19 07:57:45 2008
@@ -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());
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/squid-crash-on-ENOSPC.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list