#!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/net-misc/bind/files/named.rc6,v 1.4 2002/06/01 16:31:07 nitro Exp depend() { need net } start() { ebegin "Starting innd" su - news -c /usr/lib/news/bin/rc.news eend $? } stop() { ebegin "Stopping innd" su - news -c '/usr/lib/news/bin/rc.news stop' sleep 2 eend $? }