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


1.2
date	2010.08.21.07.09.25;	author tomjbe;	state dead;
branches;
next	1.1;
commitid	62274c6f7ba24567;

1.1
date	2009.09.09.07.45.17;	author wschlich;	state Exp;
branches;
next	;
commitid	7e574aa75d0b4567;


desc
@@


1.2
log
@Version bump to 5.0.3. Cleanup of old versions.
(Portage version: 2.1.8.3/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/3.0.2/bacula-fd-init,v 1.1 2009/09/09 07:45:17 wschlich Exp $

depend() {
	need net
	use dns
}

start() {
	ebegin "Starting bacula file daemon"
	start-stop-daemon --start --quiet --exec /usr/sbin/bacula-fd \
		-- ${FD_OPTIONS}
	eend $?
}

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


1.1
log
@version bump, (also) fixes bugs #280048, #272282, #265647, #258187, #257016, #254743, #235515
(Portage version: 2.2_rc33/cvs/Linux i686)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.4.2/bacula-fd-init,v 1.1 2008/07/29 12:00:46 wschlich Exp $
@

