Hello from Thailand Mini-DebCamp 2010 BSP.
Could you try the following patch?
I skip all block of shell script prerotate,postrotate,firstrotate, and
lastrotate
--- logrotate-3.7.8.orig/config.c
+++ logrotate-3.7.8/config.c
@@ -569,7 +569,23 @@
message(MESS_ERROR, "%s:%d } expected \n",
Hi Paul,
from your patch parse571033.patch if *start == '\n' and (isblank(*start) &&
(*start)) never is true
start dosen't incresed, cause infinite loop. Because isblank check only a
space or a tab.
Hello from Thailand Mini-DebCamp 2010 BSP.
Could you try the following patch?
I skip all block of shell script prerotate,postrotate,firstrotate, and
lastrotate.
--- logrotate-3.7.8.orig/config.c
+++ logrotate-3.7.8/config.c
@@ -569,7 +569,23 @@
message(MESS_ERROR, "%s:%d } expected \n",
3 matches
Mail list logo