From fac66fc430ef411c8324125a075faa12b0f649fd Mon Sep 17 00:00:00 2001 From: "warren.toomey" Date: Tue, 6 May 2008 22:49:57 +0000 Subject: [PATCH] Added jfo, ken and dmr to the password list. --- fs/new/etc/passwd | 16 ++++++++++++++++ fs/new/etc/uids | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 fs/new/etc/passwd create mode 100755 fs/new/etc/uids diff --git a/fs/new/etc/passwd b/fs/new/etc/passwd new file mode 100755 index 0000000..212829b --- /dev/null +++ b/fs/new/etc/passwd @@ -0,0 +1,16 @@ +root::0:/: +eroot::0:/:/bin/ed +sys::1:/usr/sys: +bin::3:/bin: +adm::3:/usr/adm: +s1::3:/usr/s1: +s2::3:/usr/s2: +jfo::4:/usr/jfo: +ken::6:/usr/ken: +dmr::7:/usr/dmr: +jack::10:/usr/jack: +peter::11:/usr/peter: +jay::12:/usr/jay: +bob::13:/usr/bob: +sun::14:/usr/sun: +lee::15:/usr/lee: diff --git a/fs/new/etc/uids b/fs/new/etc/uids new file mode 100755 index 0000000..8bcf8ff --- /dev/null +++ b/fs/new/etc/uids @@ -0,0 +1,13 @@ +root:0 +sys:1 +bin:3 +adm:3 +jfo:4 +ken:6 +dmr:7 +jack:10 +peter:11 +jay:12 +bob:13 +sun:14 +lee:15