diff options
Diffstat (limited to 'news/inn/patches/patch-ab')
-rw-r--r-- | news/inn/patches/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/news/inn/patches/patch-ab b/news/inn/patches/patch-ab index d7558eb154b..71358c681a4 100644 --- a/news/inn/patches/patch-ab +++ b/news/inn/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.7 2009/09/22 13:17:00 spz Exp $ +$NetBSD: patch-ab,v 1.8 2009/10/03 16:20:39 spz Exp $ ---- scripts/news.daily.in.orig 2009-05-21 20:08:33.000000000 +0000 +--- scripts/news.daily.in.orig 2009-05-21 22:08:33.000000000 +0200 +++ scripts/news.daily.in +@@ -233,7 +233,7 @@ then + + # 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 @@ -253,6 +253,10 @@ fi cd ${PATHETC} |