files: disable atd, telnet, led in nanonote

This commit is contained in:
Xiangfu Liu
2010-12-10 14:44:21 +08:00
parent 5a9fb2d8c9
commit 20637c4ba4
@@ -0,0 +1,5 @@
#!/bin/sh
/etc/init.d/atd disable
/etc/init.d/led disable
/etc/init.d/telnet disable