]> Zhao Yanbai Git Server - minix.git/commit
etc: synchronize master.password, group to NetBSD 99/3399/2
authorDavid van Moolenbroek <david@minix3.org>
Fri, 17 Feb 2017 01:30:41 +0000 (01:30 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 18 Feb 2017 21:37:24 +0000 (21:37 +0000)
commit77e79d33746fa2b709086b9caa51b1415d66c801
tree41123c79a8341a106990c094f9da4d6268566d17
parente436e994818a073b482edac2e1ee1f5802d8723f
etc: synchronize master.password, group to NetBSD

IMPORTANT: this change has a docs/UPDATING entry!

This change is a long overdue switch-over from the old MINIX set of
user and group accounts to the NetBSD set.  This switch-over is
increasingly important now that we are importing more and more
utilities from NetBSD, several of which expect various user accounts
to exist.  By switching over in one go, we save ourselves various
headaches in the long run, even if the switch-over itself is a bit
painful for existing MINIX users.

The newly imported master.passwd and group files have three exceptions
compared to their NetBSD originals:

1. There is a custom "service" account for MINIX 3 services.  This
   account is used to limit run-time privileges of various system
   services, and is not used for any files on disk.  Its user ID may
   be changed later, but should always correspond to whatever the
   SERVICE_UID definition is set to.
2. The user "bin" has its shell set to /bin/sh, instead of NetBSD's
   /sbin/nologin.  The reason for this is that the test set in
   /usr/tests/minix-posix will not be able to run otherwise.
3. The group "operator" has been set to group ID 0, to match its old
   value.  This tweak is purely for transitioning purposes: as of
   writing, pkgsrc packages are still using root:operator as owner and
   group for most installed files.  Sometime later, we can change back
   "operator" to group ID 5 without breaking anything, because it does
   not appear that this group name is used for anything important.

Change-Id: I689bcfff4cf7ba85c27d1ae579057fa3f8019c68
25 files changed:
crypto/external/bsd/libsaslc/etc/Makefile
crypto/external/bsd/libsaslc/etc/mech/Makefile
distrib/common/parselist.awk
distrib/sets/maketars
distrib/sets/regpkg
docs/UPDATING
etc/Makefile
etc/group
etc/master.passwd
etc/mtree/special
etc/rc.subr
external/mit/xorg/share/fonts/Makefile.mkfontscale
minix/commands/MAKEDEV/MAKEDEV.sh
minix/commands/term/Makefile
minix/drivers/storage/ramdisk/Makefile
minix/fs/hgfs/hgfs.8
minix/fs/isofs/mount.c
minix/fs/vbfs/vbfs.8
minix/include/minix/rs.h
minix/servers/rs/main.c
minix/servers/rs/manager.c
minix/tests/test88.c
minix/tests/testmfs.sh
minix/usr.sbin/mkfs.mfs/mkfs.c
share/mk/bsd.own.mk