diff options
author | tron <tron> | 1999-07-18 23:34:12 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-18 23:34:12 +0000 |
commit | 12ea1359778151be026f19bfa64111352af12bba (patch) | |
tree | d710447d1309b00197971b16ffff5180ac72f6b3 /news/inn/patches/patch-ae | |
parent | b7c84491680d979188f3236072d7c3280ad08abc (diff) | |
download | pkgsrc-12ea1359778151be026f19bfa64111352af12bba.tar.gz |
Update INN package to version 2.2. This update is based on the patches
supplied by Chris Jones in PR pkg/7597.
Diffstat (limited to 'news/inn/patches/patch-ae')
-rw-r--r-- | news/inn/patches/patch-ae | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae new file mode 100644 index 00000000000..a9010a14626 --- /dev/null +++ b/news/inn/patches/patch-ae @@ -0,0 +1,22 @@ +$NetBSD: patch-ae,v 1.3 1999/07/18 23:34:14 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 ;; |