2 [ "$FAILSAFE" = "true" ] && exec /bin
/ash
--login
4 [ -f /etc
/sysconf
] && .
/etc
/sysconf
6 if [ "$BR2_SYSCONF_TELNET_FAILSAFE_ONLY" = "y" ]; then
7 if grep '^root:!' /etc
/passwd
> /dev
/null
2>/dev
/null
; then
8 echo "You need to set a login password to protect your"
9 echo "Router from unauthorized access."
11 echo "Use 'passwd' to set your password."
12 echo "telnet login will be disabled afterwards,"
13 echo "You can then login using SSH."
This page took 0.04572 seconds and 5 git commands to generate.