From 11994dffd473816a32783dbb194904c06cad6dcf Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 16 Feb 1999 22:04:30 +0000 Subject: when having newsfeeds over UUCP rnews has to be readable for uuxqt ... Otherwise execution of rnews fails ! --- news/inn-stable/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'news/inn-stable') 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 -- cgit v1.2.3