From 339f2f492ed524a5eae48e799b2d1349c52473b3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 22 Dec 2001 01:17:09 +0000 Subject: Use target_skeleton dir to store conf files and init scripts under version control -Erik --- sources/target_skeleton/etc/passwd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sources/target_skeleton/etc/passwd (limited to 'sources/target_skeleton/etc/passwd') 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 -- cgit v1.2.3