added axe kernel modules, dropbear, rewrite inittab system, use /dev/mtdblock4 for config
This commit is contained in:
9
fs-add/etc/init.d/telnetd
Executable file
9
fs-add/etc/init.d/telnetd
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -r /etc/sysconfig/config && . /etc/sysconfig/config
|
||||
|
||||
if test "$DROPBEAR" != "yes"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exec /usr/sbin/telnetd -F -l /bin/login
|
Reference in New Issue
Block a user