summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-18 21:24:29 +0200
committerRemi Collet <fedora@famillecollet.com>2010-08-18 21:24:29 +0200
commitbabfc3710ed84a003602ebb6393e4d921acd90e6 (patch)
tree7125806f6bf6a04a80354af38118c7fe6f6a115f /fusioninventory-agent.patch
parentc9b183dd071d9fbbeac23bdbb6fe67278e97d0e9 (diff)
fusioninventory-agent-2.1.1-1
Diffstat (limited to 'fusioninventory-agent.patch')
-rw-r--r--fusioninventory-agent.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fusioninventory-agent.patch b/fusioninventory-agent.patch
deleted file mode 100644
index b229fcf..0000000
--- a/fusioninventory-agent.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/FusionInventory/LoggerBackend/File.pm.orig 2010-08-16 18:59:25.573441022 +0200
-+++ lib/FusionInventory/LoggerBackend/File.pm 2010-08-16 18:59:44.390565256 +0200
-@@ -57,6 +57,8 @@
-
- return if $message =~ /^$/;
-
-+ $self->open() unless stat($handle);
-+
- $self->watchSize();
-
- print $handle "[".localtime()."][$level] $message\n";