]> git.pld-linux.org Git - packages/c-icap.git/blame - c-icap-conf.patch
- drop pidfile related chunk, no need to replace something with same thing :)
[packages/c-icap.git] / c-icap-conf.patch
CommitLineData
a25ffee5 1diff -ur c_icap-0.1.4.orig//c-icap.conf.in c_icap-0.1.4.mod//c-icap.conf.in
2--- c_icap-0.1.4.orig//c-icap.conf.in 2010-05-29 17:36:42.000000000 +0200
435622a4 3+++ c_icap-0.1.4.mod//c-icap.conf.in 2011-03-22 15:02:28.001939700 +0100
a25ffee5 4@@ -119,6 +119,7 @@
5 # No value
6 # Example:
7 # User wwwrun
8+User c-icap
9
10 # TAG: Group
11 # Format: Group groupname
90692810 12@@ -128,7 +129,8 @@
13 # Default:
a25ffee5 14 # No value
15 # Example:
90692810 16-# Group nogroup
17+# Group c-icap
18+Group c-icap
a25ffee5 19
20 # TAG: ServerAdmin
21 # Format: ServerAdmin admin_mail
22@@ -154,7 +156,7 @@
23 # dir is the location of temporary files.
24 # Default:
25 # TmpDir /var/tmp
26-TmpDir /var/tmp
27+TmpDir /tmp
28
29 # TAG: MaxMemObject
30 # Format: MaxMemObject bytes
435622a4 31@@ -173,23 +175,23 @@
32 # The acceptable range of levels is between 0 and 10.
33 # Default:
34 # DebugLevel 1
35-DebugLevel 1
36+DebugLevel 0
37
38 # TAG: ModulesDir
39 # Format: ModulesDir dir
a25ffee5 40 # Description:
41 # The location of modules
42 # Default:
43-# ModulesDir @prefix@/lib/c_icap
44-ModulesDir @prefix@/lib/c_icap
45+# ModulesDir @libdir@/c_icap
46+ModulesDir @libdir@/c_icap
47
48 # TAG: ServicesDir
49 # Format: ServicesDir dir
50 # Description:
51 # The location of services
52 # Default:
53-# ServicesDir @prefix@/lib/c_icap
54-ServicesDir @prefix@/lib/c_icap
55+# ServicesDir @libdir@/c_icap
56+ServicesDir @libdir@/c_icap
57
58 # TAG: TemplateDir
59 # Format: TemplateDir dir
60@@ -221,8 +223,8 @@
61 # for more informations.
62 # It can be used more than once to use multiple magic files.
63 # Default:
64-# LoadMagicFile @prefix@/etc/c-icap.magic
65-LoadMagicFile @prefix@/etc/c-icap.magic
90692810 66+# LoadMagicFile /etc/c-icap/c-icap.magic
67+LoadMagicFile /etc/c-icap/c-icap.magic
a25ffee5 68
69 # TAG: RemoteProxyUsers
70 # Format: RemoteProxyUsers onoff
90692810 71@@ -289,7 +291,7 @@
72 # Default:
73 # No value
74 # Example:
75-# basic_simple_db.UsersDB hash:/usr/local/c-icap/etc/c-icap-users.txt
76+# basic_simple_db.UsersDB hash:/etc/c-icap-users.txt
77
78 # TAG: GroupSourceByGroup
79 # Format: GroupSourceByGroup LookupTable
80@@ -301,7 +303,7 @@
81 # Default:
82 # No set
83 # Example:
84-# GroupSourceByGroup hash:/usr/local/c-icap/etc/c-icap-groups.txt
85+# GroupSourceByGroup hash:/etc/c-icap-groups.txt
86
87 # TAG: GroupSourceByUser
88 # Format: GroupSourceByUser LookupTable
89@@ -313,7 +315,7 @@
90 # Default:
91 # No set
92 # Example:
93-# GroupSourceByUser hash:/usr/local/c-icap/etc/c-icap-user-groups.txt
94+# GroupSourceByUser hash:/etc/c-icap-user-groups.txt
95
96 # TAG: acl
97 # Format: acl name type[{param}] value1 [value2] [...]
a25ffee5 98@@ -443,8 +445,8 @@
99 # store debugging information, errors and other
100 # information about the c-icap server.
101 # Default:
102-# ServerLog @prefix@/var/log/server.log
103-ServerLog @prefix@/var/log/server.log
90692810 104+# ServerLog /var/log/c-icap/server.log
105+ServerLog /var/log/c-icap/server.log
a25ffee5 106
107 # TAG: AccessLog
108 # Format: AccessLog LogFile [LogFormat] [[!]acl1] [[!]acl2] [...]
109@@ -456,10 +458,10 @@
110 # This directive can be used more than once to specify more than
111 # one access log files
112 # Default:
113-# AccessLog @prefix@/var/log/access.log
90692810 114+# AccessLog /var/log/c-icap/access.log
a25ffee5 115 # Example:
116-# AccessLog @prefix@/var/log/access.log MyFormat all
117-AccessLog @prefix@/var/log/access.log
90692810 118+# AccessLog /var/log/c-icap/access.log MyFormat all
119+AccessLog /var/log/c-icap/access.log
a25ffee5 120
121 # TAG: Logger
122 # Format: Logger LoggerName
This page took 0.058547 seconds and 4 git commands to generate.