summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorroot <root@FreeBSD.org>1993-08-11 13:23:23 +0000
committerroot <root@FreeBSD.org>1993-08-11 13:23:23 +0000
commit188e40bfa73c6a9f058b85b01ad85839ee80cca2 (patch)
treeb59f8584b0c64895f155f0a0777f09533345d951 /etc
parent45ab6cf86091f000abe82b130eefa94787dc70dc (diff)
downloadFreeBSD-src-188e40bfa73c6a9f058b85b01ad85839ee80cca2.zip
FreeBSD-src-188e40bfa73c6a9f058b85b01ad85839ee80cca2.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/passwd10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/passwd b/etc/passwd
new file mode 100644
index 0000000..e004afe
--- /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
OpenPOWER on IntegriCloud