summaryrefslogtreecommitdiff
path: root/news/fidogate-ds/files/patch-outb-kill.in
diff options
context:
space:
mode:
Diffstat (limited to 'news/fidogate-ds/files/patch-outb-kill.in')
-rw-r--r--news/fidogate-ds/files/patch-outb-kill.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/news/fidogate-ds/files/patch-outb-kill.in b/news/fidogate-ds/files/patch-outb-kill.in
deleted file mode 100644
index 687af9d35afc..000000000000
--- a/news/fidogate-ds/files/patch-outb-kill.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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