diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-16 22:04:30 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-16 22:04:30 +0000 |
commit | 11994dffd473816a32783dbb194904c06cad6dcf (patch) | |
tree | 434bdae33b9966a9015f6ec2c4224494218c26c7 /news/inn-stable | |
parent | 7cbbe38b2cd8d091d0ddc0dc486c786521ae2144 (diff) | |
download | ports-11994dffd473816a32783dbb194904c06cad6dcf.tar.gz ports-11994dffd473816a32783dbb194904c06cad6dcf.zip |
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/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 4 |
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> |