summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-02-16 22:04:30 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-02-16 22:04:30 +0000
commit11994dffd473816a32783dbb194904c06cad6dcf (patch)
tree434bdae33b9966a9015f6ec2c4224494218c26c7 /news
parentNew port inn2.2-stable after repository copy. (diff)
when having newsfeeds over UUCP rnews has to be readable for uuxqt ...
Otherwise execution of rnews fails !
Notes
Notes: svn path=/head/; revision=16740
Diffstat (limited to 'news')
-rw-r--r--news/inn-stable/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index 1e5f96083957..741113b5b0fc 100644
--- a/news/inn-stable/Makefile
+++ b/news/inn-stable/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
# Whom: torstenb
#
-# $Id: Makefile,v 1.28 1998/08/16 18:56:31 hoek Exp $
+# $Id: Makefile,v 1.31 1999/02/16 22:01:04 andreas Exp $
#
DISTNAME= inn-STABLE_2_2-1999-02-14_03-02
@@ -82,5 +82,7 @@ post-install:
fi
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh
+ # make rnews work when using newsfeeds over uucp !
+ chmod 4555 ${PREFIX}/news/bin/rnews
.include <bsd.port.mk>