shadow: add "man" user/group to INSTALL.
--HG-- extra : convert_revision : 94ccfd07bd67837db9a7ffc37b049f84bddbf82f
This commit is contained in:
parent
905a6a38ad
commit
323997af7e
|
@ -12,6 +12,7 @@ create_passwd()
|
|||
cat > ./etc/passwd <<_EOF
|
||||
root:x:0:0:root:/root:/bin/bash
|
||||
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
|
||||
man:x:16:16:Manual user:/dev/null:/bin/false
|
||||
_EOF
|
||||
echo "Created default /etc/passwd file."
|
||||
}
|
||||
|
@ -36,6 +37,7 @@ video:x:12:
|
|||
utmp:x:13:
|
||||
usb:x:14:
|
||||
cdrom:x:15:
|
||||
man:x:16:
|
||||
mail:x:34:
|
||||
nogroup:x:99:
|
||||
users:x:1000:
|
||||
|
|
Loading…
Reference in New Issue