$NetBSD: patch-ae,v 1.4 2000/02/27 22:51:42 tron Exp $

--- 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 ;;
