From aa13c8a01819f0bbbabec27b6c5aa360aacf6f45 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Nov 11 2014 12:56:25 +0000 Subject: Resolves: #1033896 Add amindexd as argument to amandad --- diff --git a/amanda-udp.service b/amanda-udp.service index 1054252..e749c81 100644 --- a/amanda-udp.service +++ b/amanda-udp.service @@ -5,5 +5,5 @@ After=local-fs.target [Service] User=amandabackup Group=disk -ExecStart=/usr/sbin/amandad -auth=bsd amdump +ExecStart=/usr/sbin/amandad -auth=bsd amdump amindexd amidxtaped StandardInput=socket diff --git a/amanda.spec b/amanda.spec index 3efc74f..856ffa5 100644 --- a/amanda.spec +++ b/amanda.spec @@ -10,7 +10,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 3.3.6 -Release: 6%{?dist} +Release: 7%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -474,6 +474,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Nov 11 2014 Petr Hracek - 3.3.6-7 +- Resolves #1033896 Add amindexd as argument to amandad + * Wed Sep 03 2014 Jitka Plesnikova - 3.3.6-6 - Perl 5.20 rebuild diff --git a/amanda@.service b/amanda@.service index 24adab4..dd94de8 100644 --- a/amanda@.service +++ b/amanda@.service @@ -5,5 +5,5 @@ After=local-fs.target [Service] User=amandabackup Group=disk -ExecStart=/usr/sbin/amandad -auth=bsdtcp amdump +ExecStart=/usr/sbin/amandad -auth=bsdtcp amdump amindexd amidxtaped StandardInput=socket