diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-18 19:51:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-18 19:51:31 +0000 |
commit | 4cd86cc2fba60d29d82dcd11da6941697a974a9e (patch) | |
tree | 7aaecc0ccafd5eb92408be72c2a413d3b6911686 /news/trn/patches/patch-ac | |
parent | 1d2144d6ce396e0bf4e158d33d7c149adbbeab7d (diff) | |
download | pkgsrc-4cd86cc2fba60d29d82dcd11da6941697a974a9e.tar.gz |
Use nntpclnt or inn instead of trn's own inews (so that admins only have to
configure one inews). Also use 'share' instead of 'lib'. Pointed out and
cross-checked by Kimmo Suominen <kim@tac.nyc.ny.us>.
Diffstat (limited to 'news/trn/patches/patch-ac')
-rw-r--r-- | news/trn/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/patches/patch-ac b/news/trn/patches/patch-ac index c2cb1798bed..81a770c1d02 100644 --- a/news/trn/patches/patch-ac +++ b/news/trn/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1 2000/02/16 18:47:17 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2000/03/18 19:51:33 wiz Exp $ --- Configure.orig Mon Sep 21 00:50:59 1998 +++ Configure Sun Jan 16 06:50:36 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.1 2000/02/16 18:47:17 wiz Exp $ ;; *) case "$d_inews" in - '') dflt="$prefix/bin";; -+ '') dflt="$prefix/libexec/trn";; ++ '') dflt=none;; "$define") set dflt installinews bin eval $prefixit |