wok-tiny diff wiki/receipt @ rev 97
Fix libs build, inet.conf updates ...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 09 10:21:00 2015 +0200 (2015-10-09) |
parents | 371673f39e46 |
children | 10cf1a5f187d |
line diff
1.1 --- a/wiki/receipt Fri Oct 02 21:45:05 2015 +0200 1.2 +++ b/wiki/receipt Fri Oct 09 10:21:00 2015 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 grep -q inetd $1/etc/rcS.conf || 1.5 sed -i 's/^RUN_DAEMONS="/&inetd /' $1/etc/rcS.conf 1.6 grep -q /httpd $1/etc/inetd.conf || cat >> $1/etc/inetd.conf <<EOT 1.7 -http stream tcp nowait root /usr/sbin/httpd /usr/sbin/httpd -i -u 0:0 1.8 +http stream tcp nowait root httpd httpd -i -u 0:0 1.9 EOT 1.10 while read line comment ; do 1.11 grep -qs "^$line" $1/etc/httpd.conf && continue