files: disable atd, telnet, led in nanonote

This commit is contained in:
Xiangfu Liu
2011-05-10 06:59:46 -08:00
parent ea5c244f2b
commit 7e6fc6abda
@@ -0,0 +1,5 @@
#!/bin/sh
/etc/init.d/atd disable
/etc/init.d/led disable
/etc/init.d/telnet disable