diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 15:11:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 15:11:34 +0000 |
commit | 2f67d9e2fe7bbec10e67bf7e52999c594c4d6400 (patch) | |
tree | 84e3428db35283defe8c6fa3446b65d8ae887693 /target/generic/target_busybox_skeleton/etc/passwd | |
parent | 0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 (diff) | |
download | buildroot-novena-2f67d9e2fe7bbec10e67bf7e52999c594c4d6400.tar.gz buildroot-novena-2f67d9e2fe7bbec10e67bf7e52999c594c4d6400.zip |
- preparation for BR2_PACKAGE_BUSYBOX_SKELETON
"Use a minimal target skeleton for use with busybox's mdev et al"
Diffstat (limited to 'target/generic/target_busybox_skeleton/etc/passwd')
-rw-r--r-- | target/generic/target_busybox_skeleton/etc/passwd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/generic/target_busybox_skeleton/etc/passwd b/target/generic/target_busybox_skeleton/etc/passwd new file mode 100644 index 000000000..377d4df5b --- /dev/null +++ b/target/generic/target_busybox_skeleton/etc/passwd @@ -0,0 +1,15 @@ +root:x:0:0:root:/root:/bin/sh +daemon:x:1:1:daemon:/usr/sbin:/bin/sh +bin:x:2:2:bin:/bin:/bin/sh +sys:x:3:3:sys:/dev:/bin/sh +sync:x:4:100:sync:/bin:/bin/sync +mail:x:8:8:mail:/var/spool/mail:/bin/sh +proxy:x:13:13:proxy:/bin:/bin/sh +www-data:x:33:33:www-data:/var/www:/bin/sh +backup:x:34:34:backup:/var/backups:/bin/sh +operator:x:37:37:Operator:/var:/bin/sh +haldaemon:x:68:68:hald:/:/bin/sh +dbus:x:81:81:dbus:/var/run/dbus:/bin/sh +nobody:x:99:99:nobody:/home:/bin/sh +sshd:x:103:99:Operator:/var:/bin/sh +default:x:1000:1000:Default non-root user:/home/default:/bin/sh |