head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.03.27.15.27.44;	author mr_bones_;	state dead;
branches;
next	1.1;
commitid	1e4460937f04567;

1.1
date	2007.02.28.14.40.44;	author wschlich;	state Exp;
branches;
next	;
commitid	45af45e5946b4567;


desc
@@


1.2
log
@clean out old versions with keywords overshadowed by newer ebuilds
(Portage version: 2.1.2.2)
@
text
@#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.2/bacula-sd-init,v 1.1 2007/02/28 14:40:44 wschlich Exp $

depend() {
	need net
	use dns
}

start() {
	ebegin "Starting bacula storage daemon"
	start-stop-daemon --start --quiet --exec /usr/sbin/bacula-sd \
		-- ${SD_OPTIONS}
	eend $?
}

stop() {
	ebegin "Stopping bacula storage daemon"
	start-stop-daemon --stop --quiet --pidfile /var/run/bacula-sd.*.pid 
	eend $?
}
@


1.1
log
@version bump
(Portage version: 2.1.2)
@
text
@d4 1
a4 1
# $Header$
@

