enable scripts for ftp and telnet

Tá an tiomantas seo le fáil i:
Albert S. 2013-06-30 12:14:37 +02:00
tuismitheoir 6cab4e5e34
tiomantas eec4c8bf34
D'athraigh 2 comhad le 5 breiseanna agus 0 scriosta

2
rescueOS/enableftp.sh Comhad infheidhmithe
Féach ar an gComhad

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

3
rescueOS/enabletelnet.sh Comhad infheidhmithe
Féach ar an gComhad

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