summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/patches/patch-ae')
-rw-r--r--news/inn/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
deleted file mode 100644
index 5c5497e3dcb..00000000000
--- a/news/inn/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.6 2001/02/08 16:23:07 tron Exp $
-
---- backends/actsyncd.in.orig Wed Jul 19 01:54:07 2000
-+++ backends/actsyncd.in Fri Sep 1 21:05:19 2000
-@@ -163,7 +163,7 @@
- if [ -z "$ftp" ]; then
- echo "getlist -h $host" >>$out
- if getlist -h $host > active 2>>$out; then
-- :
-+ status=0
- else
- status=$NOSYNC
- fi