base-files: remove ununsed login.sh
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
b4e33a1c08
commit
528ffec3cd
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
|
||||
if ( ! grep -qsE '^root:[!x]?:' /etc/shadow || \
|
||||
! grep -qsE '^root:[!x]?:' /etc/passwd ) && \
|
||||
[ -z "$FAILSAFE" ]
|
||||
then
|
||||
echo "Login failed."
|
||||
exit 0
|
||||
else
|
||||
cat << EOF
|
||||
=== IMPORTANT ============================
|
||||
Use 'passwd' to set your login password!
|
||||
------------------------------------------
|
||||
EOF
|
||||
fi
|
||||
|
||||
exec /bin/ash --login
|
Loading…
Reference in a new issue