diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-22 01:17:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-22 01:17:09 +0000 |
commit | 339f2f492ed524a5eae48e799b2d1349c52473b3 (patch) | |
tree | 31cae44ea9c03804cff8b7b5ccae1c2e0d0dd1c2 /sources/target_skeleton/etc/passwd | |
parent | c6ad6c8fb6ee39ec0093aced01a18fe63e317f11 (diff) | |
download | buildroot-novena-339f2f492ed524a5eae48e799b2d1349c52473b3.tar.gz buildroot-novena-339f2f492ed524a5eae48e799b2d1349c52473b3.zip |
Use target_skeleton dir to store conf files and init scripts under
version control
-Erik
Diffstat (limited to 'sources/target_skeleton/etc/passwd')
-rw-r--r-- | sources/target_skeleton/etc/passwd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/passwd b/sources/target_skeleton/etc/passwd new file mode 100644 index 000000000..397ed3521 --- /dev/null +++ b/sources/target_skeleton/etc/passwd @@ -0,0 +1,11 @@ +root:x:0:0:root:/root:/bin/ash +bin:x:1:1:bin:/bin:/bin/sh +daemon:x:2:2:daemon:/usr/sbin:/bin/sh +adm:x:3:4:adm:/adm:/bin/sh +lp:x:4:7:lp:/var/spool/lpd:/bin/sh +sync:x:5:0:sync:/bin:/bin/sync +shutdown:x:6:11:shutdown:/sbin:/sbin/shutdown +halt:x:7:0:halt:/sbin:/sbin/halt +uucp:x:10:14:uucp:/var/spool/uucp:/bin/sh +operator:x:11:0:Operator:/var:/bin/sh +nobody:x:65534:65534:nobody:/home:/bin/sh |