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-ae42
1 files changed, 21 insertions, 21 deletions
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
index a9010a14626..8c50f49efde 100644
--- a/news/inn/patches/patch-ae
+++ b/news/inn/patches/patch-ae
@@ -1,22 +1,22 @@
-$NetBSD: patch-ae,v 1.3 1999/07/18 23:34:14 tron Exp $
+$NetBSD: patch-ae,v 1.4 2000/02/27 22:51:42 tron Exp $
---- backends/actsyncd.sh.in.orig Sat Oct 17 03:07:27 1998
-+++ backends/actsyncd.sh.in Sun Jul 18 01:47:43 1999
-@@ -156,7 +156,7 @@
- if [ -z "$ftp" ]; then
- echo "getlist -h $host" >>$out
- if getlist -h $host > active 2>>$out; then
-- :
-+ status=0
- else
- status=$NOSYNC
- fi
-@@ -172,7 +172,7 @@
- # does not understand gzip.
- *.gz|*.Z) echo "$COMPRESS -d active" >>$out
- if $COMPRESS -d active >>$out 2>&1; then
-- :
-+ status=0
- else
- status=1
- fi ;;
+--- backends/actsyncd.sh.in.orig Mon Dec 13 14:18:37 1999
++++ backends/actsyncd.sh.in Wed Feb 23 17:49:40 2000
+@@ -162,7 +162,7 @@
+ if [ -z "$ftp" ]; then
+ echo "getlist -h $host" >>$out
+ if getlist -h $host > active 2>>$out; then
+- :
++ status=0
+ else
+ status=$NOSYNC
+ fi
+@@ -178,7 +178,7 @@
+ # does not understand gzip.
+ *.gz|*.Z) echo "$COMPRESS -d active" >>$out
+ if $COMPRESS -d active >>$out 2>&1; then
+- :
++ status=0
+ else
+ status=1
+ fi ;;