summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ae
blob: 0c21f3cab2f409c4af526715b276dc0db359c7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ae,v 1.5 2000/09/01 20:16:59 veego Exp $

--- backends/actsyncd.sh.in.orig	Wed Jul 19 01:54:07 2000
+++ backends/actsyncd.sh.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
@@ -179,7 +179,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 ;;