enable scripts for ftp and telnet

This commit is contained in:
NIN101 2013-06-30 12:14:37 +02:00
джерело ff0aeb760b
коміт 736618cdf7
2 змінених файлів з 5 додано та 0 видалено

2
rescueOS/enableftp.sh Executable file

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

3
rescueOS/enabletelnet.sh Executable file

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