enable scripts for ftp and telnet

Este commit está contenido en:
Albert S. 2013-06-30 12:14:37 +02:00
padre 6cab4e5e34
commit eec4c8bf34
Se han modificado 2 ficheros con 5 adiciones y 0 borrados

2
rescueOS/enableftp.sh Archivo ejecutable
Ver fichero

@ -0,0 +1,2 @@
#!/bin/sh
tcpsvd -v 0.0.0.0 21 ftpd -w &

3
rescueOS/enabletelnet.sh Archivo ejecutable
Ver fichero

@ -0,0 +1,3 @@
#!/bin/sh
#uhh..
telnetd &