wok-next rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 8a5d0d5c5453 |
children | ed3853c1fdf0 |
files | c_icap/receipt |
line diff
1.1 --- a/c_icap/receipt Thu Dec 12 07:33:28 2013 +0000 1.2 +++ b/c_icap/receipt Thu Dec 12 07:48:19 2013 +0000 1.3 @@ -50,7 +50,7 @@ 1.4 1.5 post_install() 1.6 { 1.7 - [ -z $1 ] && /etc/init.d/c-icapd start 1.8 + [ -z "$1" -a "$TEXTDOMAIN" != "cook" ] && /etc/init.d/c-icapd start 1.9 1.10 cat <<EOF 1.11