diff options
author | pav <pav@FreeBSD.org> | 2004-07-25 11:45:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-25 11:45:43 +0000 |
commit | c4f50529519e78dcfddb76b058e60200f7443587 (patch) | |
tree | 18a34c619f4a935cd2c0c218b1421efd1eaa0b05 /news/s-news/files/patch-newfeed.in | |
parent | 4a498e8bf832a4656f174c3b5a3ab85768073033 (diff) | |
download | FreeBSD-ports-c4f50529519e78dcfddb76b058e60200f7443587.zip FreeBSD-ports-c4f50529519e78dcfddb76b058e60200f7443587.tar.gz |
- Add lock outgoing files with flock, XPAT command, ability to handle
supersedes and cancel control messages.
PR: ports/69551
Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
Diffstat (limited to 'news/s-news/files/patch-newfeed.in')
-rw-r--r-- | news/s-news/files/patch-newfeed.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/news/s-news/files/patch-newfeed.in b/news/s-news/files/patch-newfeed.in index 6c6a80b..afae71c 100644 --- a/news/s-news/files/patch-newfeed.in +++ b/news/s-news/files/patch-newfeed.in @@ -1,6 +1,6 @@ ---- newfeed.in.old Thu Jul 15 16:31:44 2004 -+++ newfeed.in Thu Jul 15 16:33:15 2004 -@@ -52,7 +52,7 @@ +--- newfeed.in.orig Sat Jun 29 21:29:49 2002 ++++ newfeed.in Sun Jul 25 04:40:59 2004 +@@ -52,9 +52,11 @@ umask $UMASK fi @@ -8,4 +8,8 @@ +if mkdir -p $SUCKDIR/$host then echo junk >$SUCKDIR/$host/active-ignore ++ # Uncomment the following line if you don't want cancel messages to propagate ++ #echo control.cancel >>$SUCKDIR/$host/active-ignore mkdir $SUCKDIR/$host/incoming + + for opt in $options |