From 9a7bece7a3be2cd7af00d35dc6584709493d96ab Mon Sep 17 00:00:00 2001 From: spz Date: Sun, 15 Mar 2009 15:00:50 +0000 Subject: update to the next minor version of INN; now also uses ln in postinstall instead of install -l. Plus, fix a nit in the startup script. --- news/inn/files/innd.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'news/inn/files') diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 8734017ab8e..7227d9020a8 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: innd.sh,v 1.16 2008/12/21 16:00:04 spz Exp $ +# $NetBSD: innd.sh,v 1.17 2009/03/15 15:00:51 spz Exp $ # # PROVIDE: inn # REQUIRE: DAEMON @@ -21,6 +21,11 @@ fi if [ -x @INN_PATHBIN@/rc.news -a -s @INN_DATA_DIR@/db/active ] then + if [ ! -d @PREFIX@/etc/nntp ] + then + mkdir @PREFIX@/etc/nntp + fi + if [ ! -f @PREFIX@/etc/nntp/server ] then hostname >@PREFIX@/etc/nntp/server -- cgit v1.2.3