diff options
author | John Crispin <john@openwrt.org> | 2008-05-03 20:28:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-03 20:28:13 +0000 |
commit | 1dce440fa58b8ea11cca833d434584e3935c83fe (patch) | |
tree | 6a6aabcdd20e0acbd03da5ec1a9fb9b0c611b3e4 /package/base-files/files | |
parent | 3141b38fd895a4133f105a93d2967c55bdeff2ab (diff) | |
download | upstream-1dce440fa58b8ea11cca833d434584e3935c83fe.tar.gz upstream-1dce440fa58b8ea11cca833d434584e3935c83fe.tar.bz2 upstream-1dce440fa58b8ea11cca833d434584e3935c83fe.zip |
revert borked commit
SVN-Revision: 11038
Diffstat (limited to 'package/base-files/files')
-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 aa742e298b..d49942dd79 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,3 +1,3 @@ -root:$1$r0fshFfu$7dJ0hYi8milBwLnv4HFb0/:0:0:root:/root:/bin/ash +root:!:0:0:root:/root:/bin/ash nobody:*:65534:65534:nobody:/var:/bin/false daemon:*:65534:65534:daemon:/var:/bin/false |