#!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { before asterisk } start() { ebegin "Starting Eicon Diva" /usr/lib/divas/divas_cfg.rc eend $? } stop() { ebegin "Stopping Eicon Diva" /usr/lib/divas/divas_stop.rc eend $? }