aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-04 09:35:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-04 09:35:55 +0000
commitaf309feb5374d4fec6db1f325f56de5686ff15e7 (patch)
tree5021fe411a0b30dac9f7fd94d8bda65374c1f950 /package/busybox
parent92fbe74bf9de9eee2f65dc7bc5e7a82d20e12e6e (diff)
downloadupstream-af309feb5374d4fec6db1f325f56de5686ff15e7.tar.gz
upstream-af309feb5374d4fec6db1f325f56de5686ff15e7.tar.bz2
upstream-af309feb5374d4fec6db1f325f56de5686ff15e7.zip
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
Diffstat (limited to 'package/busybox')
-rwxr-xr-xpackage/busybox/files/telnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/telnet b/package/busybox/files/telnet
index ec99172cfd..082aba7e90 100755
--- a/package/busybox/files/telnet
+++ b/package/busybox/files/telnet
@@ -7,7 +7,7 @@ start() {
awk -F: '/^root:/ && ($2 != "") && ($2 !~ /\!/) {exit 1}' /etc/passwd 2>/dev/null || \
( [ \! -x /usr/sbin/dropbear ] && [ \! -x /usr/sbin/sshd ] )
then \
- telnetd -l /bin/login
+ telnetd -l /bin/login.sh
fi
}