Hi.

I have version 1:0.3.3-3 of c-icap installed and it still have the issue
reported in original message.

The following patch for /etc/init.d/c-icap makes it work:

--- c-icap.orig 2014-06-20 16:48:00.000000000 +0400
+++ c-icap      2014-06-28 00:04:39.828406663 +0400
@@ -49,7 +49,7 @@
 {
        local CONFFILE="$1"
        local var_regexp_group='\(User\|Group\|CommandsSocket\)'
-       local 
full_regexp="^[[:space:]]*${var_regexp_group}[[:space:]]\+\([^']*\)$"
+       local 
full_regexp="^[[:space:]]\*${var_regexp_group}[[:space:]]\+\([^']\*\)$"
        local variable
        local value
 

I think asterisk sign was treated like a glob beeing in double quotes.


---
Rinat

Reply via email to