wok-tiny diff manager/receipt @ rev 133

Add fbvnc-config & fbvnc-auth
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 23 12:08:35 2017 +0200 (2017-08-23)
parents 371673f39e46
children 1e55ea7da8de
line diff
     1.1 --- a/manager/receipt	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/manager/receipt	Wed Aug 23 12:08:35 2017 +0200
     1.3 @@ -22,7 +22,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