diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-08-26 19:10:09 +0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-28 06:46:19 +0000 |
commit | b32c9583cb6819cf1d07a6ae5b232b7bf35203d5 (patch) | |
tree | 8099be3bf49ed6d14b6b08b2dbd3e745d9b3616e /community/bareos/bareos-fd.initd | |
parent | 43e59b98f610896a3c338761d0898aba9f528693 (diff) | |
download | aports-b32c9583cb6819cf1d07a6ae5b232b7bf35203d5.tar.bz2 aports-b32c9583cb6819cf1d07a6ae5b232b7bf35203d5.tar.xz |
community/bareos: upgrade to 16.2.6, fixes
- many fixes in APKBUILD
- add perl as dependency, because some scripts use it
- add bat subpackage (qt administration tool)
- remove conf.d files because they are obsolete and incorrect
- rewrite init.d scripts
Diffstat (limited to 'community/bareos/bareos-fd.initd')
-rw-r--r-- | community/bareos/bareos-fd.initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/bareos/bareos-fd.initd b/community/bareos/bareos-fd.initd new file mode 100644 index 0000000000..dc899b38c1 --- /dev/null +++ b/community/bareos/bareos-fd.initd @@ -0,0 +1,10 @@ +#!/sbin/openrc-run + +name="Bareos File" +command=/usr/sbin/bareos-fd +pidfile=/run/$RC_SVCNAME.pid + +depend() { + need net + use dns +} |