From 05a1c5b66bf07899f2f3b2cbb58df77068f04f31 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 21 Jul 1999 22:50:31 +0000 Subject: We want to start "rc.news" and not "inndstart" of course. --- news/inn/files/innd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'news/inn/files') diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 4594f56e95c..53fb9c3e0dd 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,10 +1,10 @@ #!/bin/sh # -# $NetBSD: innd.sh,v 1.1 1999/07/21 20:38:56 tron Exp $ +# $NetBSD: innd.sh,v 1.2 1999/07/21 22:50:31 tron Exp $ # -if [ -x @@PREFIX@@/bin/inndstart -a -s @@INN_DATA_DIR@@/db/active ]; +if [ -x @@PREFIX@@/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ]; then - @@PREFIX@@/bin/inndstart >/dev/null 2>&1 + @@PREFIX@@/bin/rc.news >/dev/null echo -n ' innd' fi exit 0 -- cgit v1.2.3