diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-10-06 18:23:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-10-06 18:23:12 +0200 |
commit | 5b3a2c4aba7fe244a72ef45efffe8fd77282ae02 (patch) | |
tree | c9521e126a56d8afa21b7bb73fa516b87378a06d | |
parent | c3f3f1513e65613180a1a45273b921d06e2b4327 (diff) |
FusionInventory : workaround for http://forge.fusioninventory.org/issues/414
-rwxr-xr-x | fusioninventory-agent.init | 2 | ||||
-rw-r--r-- | fusioninventory-agent.spec | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/fusioninventory-agent.init b/fusioninventory-agent.init index 65fd96d..c515805 100755 --- a/fusioninventory-agent.init +++ b/fusioninventory-agent.init @@ -53,7 +53,7 @@ do_start() fi if [ -n "$OPTS" ]; then echo -n $"Starting $prog: " - daemon $prog --logfile=$logfile $FUSINVOPT --daemon $OPTS 2>/dev/null + daemon $prog --logfile-maxsize=999 --logfile=$logfile $FUSINVOPT --daemon $OPTS 2>/dev/null RETVAL=$? echo else diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 1ca5870..d41f920 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -11,7 +11,7 @@ Release: 2.git%{gitver}%{?dist} # From http://github.com/fusinv/fusioninventory-agent/tarball/master Source0: fusinv-fusioninventory-agent-2.1-48-ga7532c0.tar.gz %else -Release: 2%{?dist} +Release: 1%{?dist} Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}.tar.gz %endif @@ -233,6 +233,7 @@ exit 0 - update to 2.1.6 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.6/Changes - fix init script for multi-server in daemon mode +- workaround for http://forge.fusioninventory.org/issues/414 * Wed Sep 15 2010 Remi Collet <Fedora@famillecollet.com> 2.1.5-1 - update to 2.1.5 |