summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ae
diff options
context:
space:
mode:
authortron <tron>2001-02-08 16:23:06 +0000
committertron <tron>2001-02-08 16:23:06 +0000
commitc08c5a5a1221b47471b91065fa498b662acdd734 (patch)
tree12b86e3a461eebbd9e88ae2496e061d7a71d7f57 /news/inn/patches/patch-ae
parentdd48edeb333680f51148521dd27b7784e9a3eebb (diff)
downloadpkgsrc-c08c5a5a1221b47471b91065fa498b662acdd734.tar.gz
Update "inn" package to version 2.3.1. Changes since version 2.2.3:
INN 2.3.0 represents a significant architectural change to INN, with a completely new internal overview interface, three new overview mechanisms, two new article storage mechanisms, and the elimination of quite a few old interfaces and old code. The NetBSD package furthermore includes IPv6 support and a new style startup script with backwards compatibility.
Diffstat (limited to 'news/inn/patches/patch-ae')
-rw-r--r--news/inn/patches/patch-ae15
1 files changed, 3 insertions, 12 deletions
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
index 0c21f3cab2f..5c5497e3dcb 100644
--- a/news/inn/patches/patch-ae
+++ b/news/inn/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.5 2000/09/01 20:16:59 veego Exp $
+$NetBSD: patch-ae,v 1.6 2001/02/08 16:23:07 tron Exp $
---- backends/actsyncd.sh.in.orig Wed Jul 19 01:54:07 2000
-+++ backends/actsyncd.sh.in Fri Sep 1 21:05:19 2000
+--- backends/actsyncd.in.orig Wed Jul 19 01:54:07 2000
++++ backends/actsyncd.in Fri Sep 1 21:05:19 2000
@@ -163,7 +163,7 @@
if [ -z "$ftp" ]; then
echo "getlist -h $host" >>$out
@@ -11,12 +11,3 @@ $NetBSD: patch-ae,v 1.5 2000/09/01 20:16:59 veego Exp $
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 ;;