1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15097 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-04-04 09:35:55 +00:00
parent d58097e65d
commit fcd35cb061
4 changed files with 3 additions and 3 deletions

View File

@@ -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
}