[shinken/f20] fix bug 1070887

david hannequin hvad at fedoraproject.org
Sat Mar 1 13:29:30 UTC 2014


commit cb08902799de3a6aba2e7bdac7648b57e6ab5e0c
Author: hvad <david.hannequin at gmail.com>
Date:   Sat Mar 1 14:30:23 2014 +0100

    fix bug 1070887

 shinken.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shinken.spec b/shinken.spec
index 342c0e4..30cd99a 100644
--- a/shinken.spec
+++ b/shinken.spec
@@ -152,7 +152,7 @@ cp %{SOURCE1}  %{buildroot}%{_sysconfdir}/%{name}/commands.cfg
   install -p -m0644 for_fedora/init.d/%{name}-broker %{buildroot}%{_initrddir}/%{name}-broker
   install -p -m0644 for_fedora/init.d/%{name}-reactionner %{buildroot}%{_initrddir}/%{name}-reactionner
   install -p -m0644 for_fedora/init.d/%{name}-receiver %{buildroot}%{_initrddir}/%{name}-receiver
-  sed -i -e 's!status $prog!status -p $pidfile $prog!' %{buildroot}%{_initrddir/%{name}*
+  sed -i -e 's!status $prog!status -p $pidfile $prog!' %{buildroot}%{_initrddir}/%{name}*
 %endif
 
 install -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d
@@ -530,7 +530,7 @@ fi
 
 %changelog
 * Sat Mar 01 2014 David Hannequin <david.hannequin at gmail.com> - 1.4.1-2
-- bugfix #1070887 - thank Ignacio Torres Masdeu.
+- Fix bug #1070887 - thank Ignacio Torres Masdeu
 
 * Thu Jan 02 2014 David Hannequin <david.hannequin at gmail.com> - 1.4.1-1
 - Update from upstream.


More information about the scm-commits mailing list