mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
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.
This commit is contained in:
parent
9110d05d4a
commit
e36cdb2855
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282
10
etc/passwd
Normal file
10
etc/passwd
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user