summaryrefslogtreecommitdiffstats
path: root/testing/bacula/bacula-fd-init
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
commit805e3b837aa1b282113ad7005f32b28b400c8593 (patch)
tree1141403cff9e180536ba40d18dcc6c736fca48f5 /testing/bacula/bacula-fd-init
parent6aabb3f1aba3a614ee83dd3d55c478ce339fa4ca (diff)
downloadaports-805e3b837aa1b282113ad7005f32b28b400c8593.tar.bz2
aports-805e3b837aa1b282113ad7005f32b28b400c8593.tar.xz
testing/bacula: removed from stable branch
Diffstat (limited to 'testing/bacula/bacula-fd-init')
-rw-r--r--testing/bacula/bacula-fd-init22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/bacula/bacula-fd-init b/testing/bacula/bacula-fd-init
deleted file mode 100644
index 618b3508..00000000
--- a/testing/bacula/bacula-fd-init
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-backup/bacula/files/3.0.3/bacula-fd-init,v 1.1 2009/11/08 17:14:46 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 $?
-}