diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-23 18:58:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-23 18:58:46 +0200 |
commit | d63f2d892822f2a9e494d86c49e46f20c281ad5e (patch) | |
tree | 4837490e47f224b14dfdb138fec84148905983e4 /package/base-files | |
parent | 6da6308eef6c90b62ac55ae96e26dcf9da95a926 (diff) |
remove admin account, add message after build how to login to the system
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/extra/etc/group | 1 | ||||
-rw-r--r-- | package/base-files/extra/etc/passwd | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/extra/etc/group b/package/base-files/extra/etc/group index 1f444a8bf..c4e77f316 100644 --- a/package/base-files/extra/etc/group +++ b/package/base-files/extra/etc/group @@ -1,3 +1,2 @@ root:x:0: -admin:x:100: nogroup:x:65534: diff --git a/package/base-files/extra/etc/passwd b/package/base-files/extra/etc/passwd index 87eee84af..32531eb92 100644 --- a/package/base-files/extra/etc/passwd +++ b/package/base-files/extra/etc/passwd @@ -1,3 +1,2 @@ root:x:0:0:root:/root:/bin/sh -admin:x:100:100:admin:/tmp:/bin/sh nobody:*:65534:65534:nobody:/var:/bin/false |