From 037674cce0da00b0d0eca3f8f0fcc12e5e66724d Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Wed, 17 Feb 1999 06:35:44 +0000 Subject: news.daily: an incoming spool dir is needed. --- news/inn-stable/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'news') diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 9caef95a7d60..a2961e9a6550 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.32 1999/02/16 22:04:30 andreas Exp $ +# $Id: Makefile,v 1.33 1999/02/16 22:07:51 andreas Exp $ # DISTNAME= inn-STABLE_2_2-1999-02-14_03-02 @@ -69,6 +69,8 @@ post-install: chown news.news /var/spool/news/articles; \ ${MKDIR} -m 0775 /var/spool/news/cycbuffs; \ chown news.news /var/spool/news/cycbuffs; \ + ${MKDIR} -m 0775 /var/spool/news/incoming; \ + chown news.news /var/spool/news/incoming; \ ${MKDIR} -m 0775 /var/spool/news/innfeed; \ chown news.news /var/spool/news/innfeed; \ ${MKDIR} -m 0775 /var/spool/news/outgoing; \ -- cgit v1.2.3