INN commit: trunk (CONTRIBUTORS scripts/news.daily.in)

INN Commit rra at isc.org
Sat Oct 3 17:53:57 UTC 2009


    Date: Saturday, October 3, 2009 @ 10:53:57
  Author: iulius
Revision: 8645

Fix a GNUism in news.daily (a directory and "-print" are needed).

Thanks to S.P. Zeidler for the patch.

Modified:
  trunk/CONTRIBUTORS
  trunk/scripts/news.daily.in

-----------------------+
 CONTRIBUTORS          |    3 ++-
 scripts/news.daily.in |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: CONTRIBUTORS
===================================================================
--- CONTRIBUTORS	2009-10-01 19:24:43 UTC (rev 8644)
+++ CONTRIBUTORS	2009-10-03 17:53:57 UTC (rev 8645)
@@ -270,4 +270,5 @@
 J. Thomas Halliley, Matija Nalis, Geraint A. Edwards, Alexander Bartolich,
 David Hlacik, Andreas Mattheiss, James Ralston, Wim Lewis, Johan van Selst,
 Wolfgang M. Weyand, Berend Reitsma, William Kronert, Petr Novopashenniy,
-Steve Crook, John F. Morse, Tim Woodall, Jonathan Kamens, Kamil Jonca
+Steve Crook, John F. Morse, Tim Woodall, Jonathan Kamens, Kamil Jonca,
+S.P. Zeidler

Modified: scripts/news.daily.in
===================================================================
--- scripts/news.daily.in	2009-10-01 19:24:43 UTC (rev 8644)
+++ scripts/news.daily.in	2009-10-03 17:53:57 UTC (rev 8645)
@@ -233,7 +233,7 @@
 
     # Process files like "innfeed-dropped.A001703" where
     # 1703 is not in $LOCKS.
-    for file in `find -name "innfeed-dropped*"`
+    for file in `find . -name "innfeed-dropped*" -print`
     do
         PID=`echo "$file" | ${SED} 's/^.*[A-Z]0*//'`
         FOUND=false




More information about the inn-committers mailing list