Compare commits

..

2 Commits
master ... sme8

Author SHA1 Message Date
Daniel Berteaud 59bfc4dcad Spec file update 8 years ago
Daniel Berteaud cea7899ae6 FI agent on el5 still takes --daemon-no-fork arg 8 years ago
  1. 2
      root/var/service/fusioninventory-agent/run
  2. 5
      smeserver-fusioninventory-agent.spec

@ -23,5 +23,5 @@
OPTIONS=$(/sbin/e-smith/db configuration getprop fusioninventory-agent getprop Options || echo '') OPTIONS=$(/sbin/e-smith/db configuration getprop fusioninventory-agent getprop Options || echo '')
exec 2>&1 exec 2>&1
exec /usr/bin/fusioninventory-agent --daemon --no-fork \ exec /usr/bin/fusioninventory-agent --daemon-no-fork \
--debug $OPTIONS --debug $OPTIONS

@ -1,4 +1,4 @@
%define version 0.2.2 %define version 0.2.3
%define release 1 %define release 1
%define name smeserver-fusioninventory-agent %define name smeserver-fusioninventory-agent
@ -22,6 +22,9 @@ Requires: fusioninventory-agent
Configure FusdionInventory daemon on SME Server Configure FusdionInventory daemon on SME Server
%changelog %changelog
* Wed Sep 14 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.2.3-1.sme
- Agent on el5 still takes --daemon-no-fork argument
* Thu Aug 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.2.2-1.sme * Thu Aug 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.2.2-1.sme
- Fix the run script for recent fusioninventory versions - Fix the run script for recent fusioninventory versions
- Disable internal httpd - Disable internal httpd

Loading…
Cancel
Save