From 7a547c1a0cd2eea4abb3314af48bc2166a76041c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Jun 2010 22:41:09 +0100 Subject: [PATCH] run newstailer on news.notice.0 too --- newstailer-invoke | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newstailer-invoke b/newstailer-invoke index 2cda994..ecba60c 100755 --- a/newstailer-invoke +++ b/newstailer-invoke @@ -1,4 +1,4 @@ #!/bin/sh set -e -with-lock-ex -q data/news/lock \ - ./newstailer -D -Odata/news/ /var/log/news/news.notice +log=/var/log/news/news.notice +exec with-lock-ex -q data/news/lock ./newstailer -D -Odata/news/ $log.0 $log -- 2.30.2