|
@@ -0,0 +1,29 @@
+--- c-icap.conf.in.orig 2012-12-27 21:00:43.708122400 +0100
++++ c-icap.conf.in 2012-12-27 21:02:17.916122138 +0100
+@@ -181,7 +181,7 @@
+ # The location of modules
+ # Default:
+ # ModulesDir @prefix@/lib/c_icap
+-ModulesDir @prefix@/lib/c_icap
++ModulesDir @libexecdir@/c_icap
+
+ # TAG: ServicesDir
+ # Format: ServicesDir dir
+@@ -189,7 +189,7 @@
+ # The location of services
+ # Default:
+ # ServicesDir @prefix@/lib/c_icap
+-ServicesDir @prefix@/lib/c_icap
++ServicesDir @libexecdir@/c_icap
+
+ # TAG: TemplateDir
+ # Format: TemplateDir dir
+@@ -222,7 +222,7 @@
+ # It can be used more than once to use multiple magic files.
+ # Default:
+ # LoadMagicFile @prefix@/etc/c-icap.magic
+-LoadMagicFile @prefix@/etc/c-icap.magic
++LoadMagicFile @sysconfdir@/c-icap.magic
+
+ # TAG: RemoteProxyUsers
+ # Format: RemoteProxyUsers onoff
|