diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-01-09 14:36:05 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-01-09 14:36:05 +0000 |
commit | f40e0d579d8d6b65427a5da0d605a477f0e4749e (patch) | |
tree | 2a126e0e93855b1cf32028a9fd6d1f6704fbba3f /news/fidogate-ds | |
parent | 00658ff15a735e33534fd10b0aef3815315c921e (diff) |
Notes
Diffstat (limited to 'news/fidogate-ds')
-rw-r--r-- | news/fidogate-ds/files/patch-outb-kill.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/news/fidogate-ds/files/patch-outb-kill.in b/news/fidogate-ds/files/patch-outb-kill.in new file mode 100644 index 000000000000..687af9d35afc --- /dev/null +++ b/news/fidogate-ds/files/patch-outb-kill.in @@ -0,0 +1,18 @@ +--- scripts/outbound/outb-kill.in.orig Tue Jan 9 16:24:31 2007 ++++ scripts/outbound/outb-kill.in Tue Jan 9 16:24:52 2007 +@@ -6,6 +6,7 @@ + # + + BIN=<BINDIR> ++LIBEXEC=<LIBEXECDIR> + + for n in $*; do + [ -z "$n" ] && exit 0; +@@ -19,6 +20,6 @@ + echo "Unsubscribing to all areas ..." + $BIN/ftnaf -- $n '-*' + echo "Killing outbound files ..." +- $BIN/ftnflo -v -x "echo ' %s'" -- $n ++ $LIBEXEC/ftnflo -v -x "echo ' %s'" -- $n + fi + done |