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


1.2
date	2010.11.04.20.07.24;	author tomjbe;	state dead;
branches;
next	1.1;
commitid	4fa14cd3127a4567;

1.1
date	2008.07.11.08.38.03;	author wschlich;	state Exp;
branches;
next	;
commitid	383148771be94567;


desc
@@


1.2
log
@Cleanup old versions

(Portage version: 2.1.9.24/cvs/Linux x86_64)
@
text
@#!/sbin/runscript
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.4.1/bacula-sd-init,v 1.1 2008/07/11 08:38:03 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, add warning wrt bug #196834
(Portage version: 2.1.5.6)
@
text
@d4 1
a4 1
# $Header: $
@

