]> git.pld-linux.org Git - packages/c-icap.git/commitdiff
- PLDize configuration file
authorhawk <hawk@pld-linux.org>
Fri, 18 Mar 2011 14:19:29 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    c-icap-conf.patch -> 1.1

c-icap-conf.patch [new file with mode: 0644]

diff --git a/c-icap-conf.patch b/c-icap-conf.patch
new file mode 100644 (file)
index 0000000..a176a59
--- /dev/null
@@ -0,0 +1,85 @@
+diff -ur c_icap-0.1.4.orig//c-icap.conf.in c_icap-0.1.4.mod//c-icap.conf.in
+--- c_icap-0.1.4.orig//c-icap.conf.in  2010-05-29 17:36:42.000000000 +0200
++++ c_icap-0.1.4.mod//c-icap.conf.in   2011-03-18 14:55:07.559710803 +0100
+@@ -119,6 +119,7 @@
+ #     No value
+ # Example:
+ #     User wwwrun
++User  c-icap
+ # TAG: Group
+ # Format: Group groupname
+@@ -129,6 +130,7 @@
+ #     No value
+ # Example:
+ #     Group nogroup
++Group nogroup
+ # TAG: ServerAdmin
+ # Format: ServerAdmin admin_mail
+@@ -154,7 +156,7 @@
+ #     dir is the location of temporary files.
+ # Default:
+ #     TmpDir /var/tmp
+-TmpDir /var/tmp
++TmpDir /tmp
+ # TAG: MaxMemObject
+ # Format: MaxMemObject bytes
+@@ -180,16 +182,16 @@
+ # Description:
+ #     The location of modules
+ # Default:
+-#     ModulesDir @prefix@/lib/c_icap
+-ModulesDir @prefix@/lib/c_icap
++#     ModulesDir @libdir@/c_icap
++ModulesDir @libdir@/c_icap
+ # TAG: ServicesDir
+ # Format: ServicesDir dir
+ # Description:
+ #     The location of services
+ # Default:
+-#     ServicesDir @prefix@/lib/c_icap
+-ServicesDir @prefix@/lib/c_icap
++#     ServicesDir @libdir@/c_icap
++ServicesDir @libdir@/c_icap
+ # TAG: TemplateDir
+ # Format: TemplateDir dir
+@@ -221,8 +223,8 @@
+ #     for more informations.
+ #     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 /etc/c-icap.magic
++LoadMagicFile /etc/c-icap.magic
+ # TAG: RemoteProxyUsers
+ # Format: RemoteProxyUsers onoff
+@@ -443,8 +445,8 @@
+ #     store debugging information, errors and other
+ #     information about the c-icap server.
+ # Default:
+-#     ServerLog @prefix@/var/log/server.log
+-ServerLog @prefix@/var/log/server.log
++#     ServerLog /var/log/server.log
++ServerLog /var/log/server.log
+ # TAG: AccessLog
+ # Format: AccessLog LogFile [LogFormat] [[!]acl1] [[!]acl2] [...]
+@@ -456,10 +458,10 @@
+ #     This directive can be used more than once to specify more than
+ #     one access log files
+ # Default:
+-#     AccessLog @prefix@/var/log/access.log
++#     AccessLog /var/log/access.log
+ # Example:
+-#     AccessLog @prefix@/var/log/access.log MyFormat all
+-AccessLog @prefix@/var/log/access.log
++#     AccessLog /var/log/access.log MyFormat all
++AccessLog /var/log/access.log
+ # TAG: Logger
+ # Format: Logger LoggerName
This page took 0.128356 seconds and 4 git commands to generate.