rename our /bin/login script to /bin/login.sh to avoid collisions with busybox -...
[openwrt/svn-archive/archive.git] / target / linux / brcm-2.4 / base-files / etc / preinit.arch
index 1b3c924cedef0d311a466bd8b9a2b4d93ef9f676..25d11d96ab417b69c79aace5a233f47a6d856ac1 100755 (executable)
@@ -15,7 +15,7 @@ failsafe() {
        }
 
        netmsg 192.168.1.255 "Entering Failsafe!"
-       telnetd -l /bin/login <> /dev/null 2>&1
+       telnetd -l /bin/login.sh <> /dev/null 2>&1
 
        ash --login
 }