Like this:
/etc/init.d/squid: line 18: /etc/squid.conf: No such file or directory
We actually have squid config in /etc/squid/squid.conf
Signed-off-by: Roman I Khimov <khimov@altell.ru>
DESCRIPTION = "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more"
LICENSE = "GPLv2"
-INC_PR = "r8"
+INC_PR = "r9"
DEPENDS = "openssl openssl-native openldap"
SQ_MAJ = "${@bb.data.getVar('PV',d,1).split('.')[0]}"
grepconf() {
w=" " # space tab
- sq=/etc/$NAME.conf
+ sq=/etc/$NAME/$NAME.conf
# sed is cool.
res=`sed -ne '
s/^'$1'['"$w"']\+[^'"$w"']\+['"$w"']\+\([^'"$w"']\+\).*$/\1/p;