INN commit: branches/2.5/scripts (news.daily.in)

INN Commit rra at isc.org
Sun Nov 15 14:38:56 UTC 2009


    Date: Sunday, November 15, 2009 @ 06:38:55
  Author: iulius
Revision: 8812

When "lowmark" was used without "expireover" in news.daily,
the warning was never shown (the file it was written into
was rotated before being treated).

Modified:
  branches/2.5/scripts/news.daily.in

---------------+
 news.daily.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: news.daily.in
===================================================================
--- news.daily.in	2009-11-15 14:38:28 UTC (rev 8811)
+++ news.daily.in	2009-11-15 14:38:55 UTC (rev 8812)
@@ -214,7 +214,7 @@
 test -n "${LOWMARKFILE}" && {
         EXPIREOVERFLAGS="${EXPIREOVERFLAGS} -Z${LOWMARKFILE}"
         if [ "${DOEXPIREOVER}" != "true" ] ; then
-            echo "lowmark requires expireover" >> ${EXPLOG}
+            echo "warning:  lowmark requires expireover"
         fi
 }
 




More information about the inn-committers mailing list