diff -up shinken-0.5.5/etc/brokerd.ini.conf shinken-0.5.5/etc/brokerd.ini
--- shinken-0.5.5/etc/brokerd.ini.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/brokerd.ini	2011-04-04 17:59:53.000000000 +0200
@@ -1,7 +1,7 @@
 [daemon]
 # relative from this cfg file
-workdir=../var
-pidfile=%(workdir)s/brokerd.pid
+workdir=/var/lib/shinken
+pidfile=/var/run/shinken/brokerd.pid
 interval_poll=5
 maxfd=1024
 port=7772
@@ -20,4 +20,4 @@ hard_ssl_name_check=0
 # Local log management.
 # Enable it only if you need it
 use_local_log=0
-local_log=%(workdir)s/brokerd.log
\ No newline at end of file
+local_log=/var/log/shinken/brokerd.log
diff -up shinken-0.5.5/etc/pollerd.ini.conf shinken-0.5.5/etc/pollerd.ini
--- shinken-0.5.5/etc/pollerd.ini.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/pollerd.ini	2011-04-04 17:59:53.000000000 +0200
@@ -1,7 +1,7 @@
 [daemon]
 # Relative from this configuration file
-workdir=../var
-pidfile=%(workdir)s/pollerd.pid
+workdir=/var/lib/shinken
+pidfile=/var/run/shinken/pollerd.pid
 interval_poll=5
 maxfd=1024
 port=7771
@@ -22,4 +22,4 @@ hard_ssl_name_check=0
 # Local log management.
 # Enable it only if you need it
 use_local_log=0
-local_log=%(workdir)s/pollerd.log
\ No newline at end of file
+local_log=/var/run/shinken/pollerd.log
diff -up shinken-0.5.5/etc/reactionnerd.ini.conf shinken-0.5.5/etc/reactionnerd.ini
--- shinken-0.5.5/etc/reactionnerd.ini.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/reactionnerd.ini	2011-04-04 18:01:17.000000000 +0200
@@ -1,7 +1,7 @@
 [daemon]
 # relative from this cfg file
-workdir=../var
-pidfile=%(workdir)s/reactionnerd.pid
+workdir=/var/lib/shinken
+pidfile=/var/run/shinken/reactionnerd.pid
 interval_poll=5
 maxfd=1024
 port=7769
@@ -20,4 +20,5 @@ hard_ssl_name_check=0
 # Local log management.
 # Enable it only if you need it
 use_local_log=0
-local_log=%(workdir)s/reactionnerd.log
\ No newline at end of file
+local_log=/var/log/shinken/reactionnerd.log
+
diff -up shinken-0.5.5/etc/receiverd.ini.conf shinken-0.5.5/etc/receiverd.ini
--- shinken-0.5.5/etc/receiverd.ini.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/receiverd.ini	2011-04-04 17:59:53.000000000 +0200
@@ -1,7 +1,7 @@
 [daemon]
 # relative from this cfg file
-workdir=../var
-pidfile=%(workdir)s/receiverd.pid
+workdir=/var/lib/shinken
+pidfile=/var/run/shinken/receiverd.pid
 interval_poll=5
 maxfd=1024
 port=7773
@@ -20,4 +20,4 @@ hard_ssl_name_check=0
 # Local log management.
 # Enable it only if you need it
 use_local_log=0
-local_log=%(workdir)s/receiverd.log
+local_log=/var/log/shinken/receiverd.log
diff -up shinken-0.5.5/etc/schedulerd.ini.conf shinken-0.5.5/etc/schedulerd.ini
--- shinken-0.5.5/etc/schedulerd.ini.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/schedulerd.ini	2011-04-04 17:59:53.000000000 +0200
@@ -1,7 +1,7 @@
 [daemon]
 # Relative from this cfg file
-workdir=../var
-pidfile=%(workdir)s/schedulerd.pid
+workdir=/var/lib/shinken
+pidfile=/var/run/shinken/schedulerd.pid
 port=7768
 host=0.0.0.0
 user=shinken
@@ -19,4 +19,4 @@ hard_ssl_name_check=0
 # Local log management.
 # Enable it only if you need it
 use_local_log=0
-local_log=%(workdir)s/schedulerd.log
\ No newline at end of file
+local_log=/var/log/shinken/schedulerd.log
diff -up shinken-0.5.5/etc/shinken-specific.cfg.conf shinken-0.5.5/etc/shinken-specific.cfg
--- shinken-0.5.5/etc/shinken-specific.cfg.conf	2011-03-11 16:58:27.000000000 +0100
+++ shinken-0.5.5/etc/shinken-specific.cfg	2011-04-04 17:59:53.000000000 +0200
@@ -120,8 +120,8 @@ define broker{
 define module{
        module_name      Simple-log
        module_type      simple_log
-       path		/usr/local/shinken/var/nagios.log
-       archive_path	/usr/local/shinken/var/archives/
+       path		/var/log/shinken/nagios.log
+       archive_path	/var/log/shinken/archives/
 }
 
 
@@ -130,8 +130,8 @@ define module{
 define module{
        module_name		Status-Dat
        module_type		status_dat
-       status_file		/usr/local/shinken/var/status.dat
-       object_cache_file	/usr/local/shinken/var/objects.cache
+       status_file		/var/lib/shinken/status.dat
+       object_cache_file	/var/lib/shinken/objects.cache
        status_update_interval   15 ; update status.dat every 15s
 }
 
@@ -183,7 +183,7 @@ define module{
        module_name      ToMerlindb_Sqlite
        module_type      merlindb
        backend		sqlite 	  ;like the mysql, but sqlite :)
-       database_path    /tmp/merlindb.sqlite  ;path of the sqlite file
+       database_path    /var/lib/shinken/merlindb.sqlite  ;path of the sqlite file
 }
 
 
@@ -206,7 +206,7 @@ define module{
 define module{
        module_name      Service-Perfdata
        module_type      service_perfdata
-       path		/usr/local/shinken/var/service-perfdata
+       path		/var/lib/shinken/service-perfdata
 #      mode		a ; optionnal. a = append, w = overwrite, p =pipe
 #      template		$LASTSERVICECHECK$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$\t$SERVICESTATE$\n
 }
@@ -217,7 +217,7 @@ define module{
 define module{
        module_name      Host-Perfdata
        module_type      host_perfdata
-       path		/usr/local/shinken/var/host-perfdata
+       path		/var/lib/shinken/host-perfdata
 #      mode             a ; optionnal. a = append, w = overwrite, p =pipe
 #      template         $LASTHOSTCHECK$\t$HOSTNAME$\t$HOSTOUTPUT$\t$HOSTSTATE$\t$HOSTPERFDATA$\n
 
@@ -230,7 +230,7 @@ define module{
        module_type      livestatus
        host		*	; * = listen on all configured ip addresses
        port		50000   ; port to listen
-       database_file    /usr/local/shinken/var/livestatus.db
+       database_file    /var/lib/shinken/livestatus.db
 }
 
 
