]> git.pld-linux.org Git - packages/c-icap.git/commitdiff
- drop pidfile related chunk, no need to replace something with same thing :)
authorhawk <hawk@pld-linux.org>
Tue, 22 Mar 2011 14:03:49 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- by default turn off all debugging

Changed files:
    c-icap-conf.patch -> 1.4

c-icap-conf.patch

index a41430f52ac05484c7b0a34c7e3b3379a46dcaa8..9c3c07b117365292dbe3efcaf206c8d032e43e49 100644 (file)
@@ -1,17 +1,6 @@
 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-21 10:41:03.879540951 +0100
-@@ -9,8 +9,8 @@
- # Description:
- #     The file to store the pid of the main process of the c-icap server.
- # Default:
--#     PidFile /var/run/c-icap/c-icap.pid
--PidFile /var/run/c-icap/c-icap.pid
-+#     PidFile /var/run/c-icap/c-icap.pid
-+PidFile /var/run/c-icap/c-icap.pid
- # TAG: CommandsSocket
- # Format: CommandsSocket socket_file
++++ c_icap-0.1.4.mod//c-icap.conf.in   2011-03-22 15:02:28.001939700 +0100
 @@ -119,6 +119,7 @@
  #     No value
  # Example:
@@ -39,7 +28,15 @@ diff -ur c_icap-0.1.4.orig//c-icap.conf.in c_icap-0.1.4.mod//c-icap.conf.in
  
  # TAG: MaxMemObject
  # Format: MaxMemObject bytes
-@@ -180,16 +182,16 @@
+@@ -173,23 +175,23 @@
+ #     The acceptable range of levels is between 0 and 10.
+ # Default:
+ #     DebugLevel 1
+-DebugLevel 1
++DebugLevel 0
+ # TAG: ModulesDir
+ # Format: ModulesDir dir
  # Description:
  #     The location of modules
  # Default:
This page took 0.114098 seconds and 4 git commands to generate.