projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hide enable/disable functions, not active yet
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
login
diff --git
a/package/base-files/default/bin/login
b/package/base-files/default/bin/login
index
8f92817
..
ff5d366
100755
(executable)
--- 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" ] &&
{
This page took
0.02291 seconds
and
4
git commands to generate.