wok-tiny diff telnet-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 0d8ef9102fc0
line diff
     1.1 --- a/telnet-config/receipt	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/telnet-config/receipt	Fri Oct 09 10:21:00 2015 +0200
     1.3 @@ -20,6 +20,6 @@
     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 telnetd $1/etc/inetd.conf || cat >> $1/etc/inetd.conf <<EOT
     1.7 -telnet	stream	tcp	nowait	root	/usr/sbin/telnetd	/usr/sbin/telnetd -i
     1.8 +telnet	stream	tcp	nowait	root	telnetd	telnetd -i
     1.9  EOT
    1.10  }