$OpenBSD: patch-installer_linux_dagent_cfg,v 1.7 2016/04/01 18:08:10 robert Exp $
--- installer/linux/dagent.cfg.orig	Wed Mar 23 12:14:33 2016
+++ installer/linux/dagent.cfg	Thu Mar 31 23:23:31 2016
@@ -11,7 +11,7 @@
 #       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
@@ -108,16 +108,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
+plugin_path = /var/db/zarafa/dagent/plugins
 
 ##############################################################
 # DAGENT RULE SETTINGS
