Compare commits

..

No commits in common. 'sme8' and 'master' have entirely different histories.
sme8 ... master

  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.3 %define version 0.2.2
%define release 1 %define release 1
%define name smeserver-fusioninventory-agent %define name smeserver-fusioninventory-agent
@ -22,9 +22,6 @@ 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