#!/sbin/runscript# Copyright 1999-2004 Gentoo Foundation# Distributed under the terms of the GNU General Public License v2# $Header: /var/cvsroot/gentoo-x86/net-misc/powerd/files/powerd-init,v 1.4 2004/07/15 00:08:56 agriffis Exp $start(){ebegin"Starting powerd"start-stop-daemon--start--exec/usr/sbin/powerdeend$?}stop(){ebegin"Stopping powerd"killallpowerdeend$?}