# HG changeset patch # User Pascal Bellard # Date 1386836103 0 # Node ID ed3853c1fdf0a85bc509087cdbdd669f17b43213 # Parent cd23435b5d949bb5ad5396aa446013234a3b08e1 gpm, cups, c_icap: do not start daemon while cooking (again) diff -r cd23435b5d94 -r ed3853c1fdf0 c_icap/receipt --- a/c_icap/receipt Thu Dec 12 07:48:19 2013 +0000 +++ b/c_icap/receipt Thu Dec 12 08:15:03 2013 +0000 @@ -50,7 +50,7 @@ post_install() { - [ -z "$1" -a "$TEXTDOMAIN" != "cook" ] && /etc/init.d/c-icapd start + [ -z "$1" -a ! -s /aufs-umount.sh ] && /etc/init.d/c-icapd start cat <