$OpenBSD: patch-installer_linux_dagent_cfg,v 1.3 2012/08/30 14:28:22 ajacoutot Exp $
--- installer/linux/dagent.cfg.orig	Wed Aug  8 16:35:34 2012
+++ installer/linux/dagent.cfg	Mon Aug 27 10:33:30 2012
@@ -11,7 +11,7 @@ server_socket	=	file:///var/run/zarafa
 #       to use this type of login method
 
 # Login to the Zarafa server using this SSL Key
-sslkey_file = /etc/zarafa/ssl/dagent.pem
+sslkey_file = ${SYSCONFDIR}/zarafa/ssl/dagent.pem
 
 # The password of the SSL Key
 sslkey_pass = replace-with-dagent-cert-password
@@ -92,16 +92,16 @@ archive_on_delivery = no
 plugin_enabled = yes
 
 # Path to the dagent plugin manager
-plugin_manager_path = /usr/share/zarafa-dagent/python
+plugin_manager_path = ${PREFIX}/share/zarafa-dagent/python
 
 # Path to the activated dagent plugins.
 #   This folder contains symlinks to the zarafa plugins and custom scripts. The plugins are 
-#   installed in '/usr/share/zarafa-dagent/python/plugins/'. To activate a plugin create a symbolic 
+#   installed in '${PREFIX}/share/zarafa-dagent/python/plugins/'. To activate a plugin create a symbolic 
 #   link in the 'plugin_path' directory.
 #
 # Example:
-#  $ ln -s /usr/share/zarafa-dagent/python/plugins/BMP2PNG.py /var/lib/zarafa/dagent/plugins/BMP2PNG.py
-plugin_path = /var/lib/zarafa/dagent/plugins
+#  $ ln -s ${PREFIX}/share/zarafa-dagent/python/plugins/BMP2PNG.py /var/db/zarafa/dagent/plugins/BMP2PNG.py
+plugin_path = /var/db/zarafa/dagent/plugins
 
 ##############################################################
 # DAGENT RULE SETTINGS
