# HG changeset patch # User Pascal Bellard # Date 1386834499 0 # Node ID cd23435b5d949bb5ad5396aa446013234a3b08e1 # Parent 8a5d0d5c5453224807c9b6083c8281199dcbc5fe c_icap: do not start daemon while cooking diff -r 8a5d0d5c5453 -r cd23435b5d94 c_icap/receipt --- a/c_icap/receipt Thu Dec 12 07:33:28 2013 +0000 +++ b/c_icap/receipt Thu Dec 12 07:48:19 2013 +0000 @@ -50,7 +50,7 @@ post_install() { - [ -z $1 ] && /etc/init.d/c-icapd start + [ -z "$1" -a "$TEXTDOMAIN" != "cook" ] && /etc/init.d/c-icapd start cat <