$NetBSD: patch-ab,v 1.1.1.1.10.1 2010/12/05 20:31:32 tron Exp $

--- lib/Ocsinventory/Agent/Config.pm.orig	2010-10-12 20:02:53.000000000 +0200
+++ lib/Ocsinventory/Agent/Config.pm	2010-12-01 18:21:25.000000000 +0100
@@ -67,9 +67,7 @@
 
   $self->{config}{etcdir} = [];
 
-  push (@{$self->{config}{etcdir}}, '/etc/ocsinventory');
-  push (@{$self->{config}{etcdir}}, '/usr/local/etc/ocsinventory');
-  push (@{$self->{config}{etcdir}}, '/etc/ocsinventory-agent');
+  push (@{$self->{config}{etcdir}}, '@PKG_SYSCONFDIR@');
   push (@{$self->{config}{etcdir}}, $ENV{HOME}.'/.ocsinventory'); # Should I?
 
   my $file;
