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:
Felix Fietkau
2009-04-04 09:35:55 +00:00
parent 92fbe74bf9
commit af309feb53
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
}