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