From e36cdb285575cde13433a7d0edbafee5c82dc315 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Wed, 11 Aug 1993 13:23:23 +0000 Subject: [PATCH] Due to broken pwd_mkdb always wanting to do it's work in /etc I have had to add this file to src/etc, and do a special case install of it to get things working right. --- etc/passwd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/passwd diff --git a/etc/passwd b/etc/passwd new file mode 100644 index 000000000000..e004afea84cd --- /dev/null +++ b/etc/passwd @@ -0,0 +1,10 @@ +root:*:0:0:Charlie &:/root:/bin/csh +toor:*:0:0:Bourne-again Superuser:/root: +daemon:*:1:31:The devil himself:/root: +operator:*:2:20:System &:/usr/guest/operator:/bin/csh +bin:*:3:7:Binaries Commands and Source,,,:/:/dev/null +games:*:7:13:Games pseudo-user:/usr/games: +uucp:*:66:1:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/lib/uucp/uucico +ingres:*:267:74:& Group:/usr/ingres:/bin/csh +falcon:*:32766:31:Prof. Steven &:/usr/games:/usr/games/wargames +nobody:*:32767:9999:Unprivileged user:/nonexistent:/dev/null