wok diff ajaxterm/receipt @ rev 18668
Change messaging... (again); libgtop-dev, libsecret-dev: implicit dependencies don't works?
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 04 17:18:44 2015 +0200 (2015-12-04) |
parents | f4c22f009037 |
children | 9e01bc6321ea |
line diff
1.1 --- a/ajaxterm/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/ajaxterm/receipt Fri Dec 04 17:18:44 2015 +0200 1.3 @@ -71,7 +71,8 @@ 1.4 fi 1.5 [ -z "$1" ] && /etc/init.d/ajaxterm start 1.6 [ ! -f $1/usr/lib/lighttpd/mod_proxy.so -a \ 1.7 - ! -f $1/etc/apache/httpd.conf ] && cat <<EOT 1.8 + ! -f $1/etc/apache/httpd.conf ] && 1.9 + [ -z "$quiet" ] && cat <<EOT 1.10 -------- 1.11 You should install either lighttpd 1.12 # tazpkg get-install lighttpd-ssl ; tazpkg get-install lighttpd-modules 1.13 @@ -82,4 +83,3 @@ 1.14 -------- 1.15 EOT 1.16 } 1.17 -