#!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { return 0 } start() { einfo junk is now starting return 0 } stop() { einfo junk is now stopping return 0 } restart() { einfo junk should restart return 0 }