wok-tiny diff lpd-config/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 48d2c4c7a227
line diff
     1.1 --- a/lpd-config/receipt	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/lpd-config/receipt	Fri Oct 09 10:21:00 2015 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  	grep -q inetd $1/etc/rcS.conf ||
     1.5  	sed -i 's/^RUN_DAEMONS="/&inetd /' $1/etc/rcS.conf
     1.6  	cat >> $1/etc/inetd.conf <<EOT
     1.7 -printer	stream	tcp	nowait	root	/usr/sbin/lpd /usr/sbin/lpd /var/spool
     1.8 +printer	stream	tcp	nowait	root	lpd lpd /var/spool
     1.9  EOT
    1.10  	n=0
    1.11  	for i in $(echo $LP_NAMES | sed 's/,/ /g') ; do