/var/spool/news doesn't exist by default, so create it in pre-install.

This commit is contained in:
Satoshi Asami 1999-09-11 10:09:47 +00:00
parent 6c805fc586
commit facac52755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21658
2 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,9 @@ MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
pgpverify.8 prunehistory.8 pullnews.8 scanlogs.8 send-uucp.8 sm.8 \
tally.control.8 tally.unwanted.8 writelog.8
pre-install:
${MKDIR} /var/spool/news
post-install:
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh

View File

@ -58,6 +58,9 @@ MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
pgpverify.8 prunehistory.8 pullnews.8 scanlogs.8 send-uucp.8 sm.8 \
tally.control.8 tally.unwanted.8 writelog.8
pre-install:
${MKDIR} /var/spool/news
post-install:
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh