<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV><FONT size=2 face=Verdana><SPAN class=692101918-30122011>Hola
</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana><SPAN class=692101918-30122011>A
todos!</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana><SPAN class=692101918-30122011>Que tengan un buen
fin de aņo y un mejor comienzo!</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana><SPAN
class=692101918-30122011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Verdana><SPAN class=692101918-30122011>Alguno sabe que
estoy haciendo mal que en el Newtronic con el nuevo firmware no me levanta el
scritp de telnet</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana><SPAN
class=692101918-30122011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Verdana><SPAN
class=692101918-30122011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Verdana><SPAN class=692101918-30122011># ls
-l<BR>-rwxrwxrwx 1 default
default 1365 Aug 4 2011
S20urandom<BR>-rwxrwxrwx 1 default
default 340 Aug 4 2011
S40network<BR>-rwxrwxrwx 1 root
root 537 Apr 7
2011 S45telnet<BR>-rwxrwxrwx 1 default
default 815 Aug 4 2011
lircd<BR>-rwxrwxrwx 1 default
default 408 Aug 4 2011
rcS<BR></SPAN></FONT></DIV>
<DIV><FONT face=Verdana><SPAN class=692101918-30122011><FONT size=2>Script
S45telnet</FONT></SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana><SPAN
class=692101918-30122011></SPAN></FONT> </DIV><SPAN
class=692101918-30122011>
<DIV><SPAN class=692101918-30122011></SPAN><FONT face="Courier New"><FONT
size=2><SPAN class=692101918-30122011>#</SPAN>c<SPAN class=692101918-30122011>at
S45telnet </SPAN></FONT><BR><FONT size=2></FONT></FONT></DIV>
<DIV><FONT size=2 face="Courier New">#!/bin/sh<BR>#<BR># Start the
telnet....<BR>#<BR><BR>start() {<BR>
echo "Starting telnet..."<BR>
/usr/sbin/telnetd -p 1111 -K -l /bin/sh<BR>}<BR>stop()
{<BR> echo -n "Stopping
telnet..."<BR>}<BR>restart() {<BR>
stop<BR> start<BR>}<BR><BR>case "$1"
in<BR> start)<BR>
start<BR> ;;<BR>
stop)<BR>
stop<BR> ;;<BR>
restart|reload)<BR>
restart<BR> ;;<BR>
*)<BR> echo $"Usage: $0
{start|stop|restart}"<BR> exit
1<BR>esac<BR><BR>exit $?</FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2 face=Verdana>Script
rcS</FONT></SPAN></DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2
face=Verdana></FONT></SPAN> </DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2 face="Courier New">#cat
rcS</FONT></SPAN></DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2
face="Courier New">#!/bin/sh</FONT></SPAN></DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2
face="Courier New"></FONT></SPAN> </DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2 face="Courier New"># Start all
init scripts in /etc/init.d<BR># executing them in numerical order.<BR>#<BR>for
i in /etc/init.d/S??* ;do</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"> # Ignore dangling
symlinks (if any).<BR> [ ! -f "$i" ] &&
continue</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"> case "$i"
in<BR>
*.sh)<BR> #
Source shell script for
speed.<BR>
(<BR>
trap - INT QUIT
TSTP<BR>
set
start<BR>
. $i<BR>
)<BR>
;;<BR>
*)<BR> # No sh
extension, so fork
subprocess.<BR>
$i start<BR>
;;<BR> esac</FONT><FONT face="Courier New"><BR><FONT
size=2>done</FONT></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2 face=Verdana>Alguno sabe que
puedo estar haciendo mal?, o que me falta?</FONT></SPAN></DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2
face=Verdana></FONT></SPAN> </DIV>
<DIV><SPAN class=692101918-30122011><FONT size=2 face=Verdana>Gracias a todos y
buen Aņo!</FONT></SPAN></SPAN></DIV></SPAN></BODY></HTML>