diff options
Diffstat (limited to 'package/base-files/default/bin/login')
-rwxr-xr-x | package/base-files/default/bin/login | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/default/bin/login b/package/base-files/default/bin/login index 8f9281726..ff5d3660e 100755 --- a/package/base-files/default/bin/login +++ b/package/base-files/default/bin/login @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2006 OpenWrt.org + grep '^root:[^!]' /etc/passwd >&- 2>&- [ "$?" = "0" -a -z "$FAILSAFE" ] && { |