#!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/vixie-cron.rc6,v 1.3 2004/03/06 04:09:34 vapier Exp $ depend() { use logger } start() { ebegin "Starting smbpwman" start-stop-daemon --start --quiet --exec /usr/sbin/smbpwman eend $? } stop() { ebegin "Stopping smbpwman" /usr/sbin/smbpwman-ctrl --shutdown eend $? }