diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-11-10 12:47:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-11-10 12:47:50 +0000 |
commit | 55ac5299513c6f565504a84d3a5858056db5a965 (patch) | |
tree | 33926f3cc1b37a8bd64889d15c477935fcc0a393 /package | |
parent | be49daffc86c0780d11fedfab92c47eeca13812e (diff) | |
download | upstream-55ac5299513c6f565504a84d3a5858056db5a965.tar.gz upstream-55ac5299513c6f565504a84d3a5858056db5a965.tar.bz2 upstream-55ac5299513c6f565504a84d3a5858056db5a965.zip |
the empty root password should be empty ;)
SVN-Revision: 28935
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index 761c74a163..ca4fbad1b8 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,4 +1,4 @@ -root:!:0:0:root:/root:/bin/ash +root::0:0:root:/root:/bin/ash daemon:*:1:1:daemon:/var:/bin/false ftp:*:55:55:ftp:/home/ftp:/bin/false network:*:101:101:network:/var:/bin/false |