NetBSD/usr.sbin/user
hubertf 5653bfc431 if creategid() fails, don't try to print system error message (use errx()
instead of err()), as all error cases in creategid() are already commented
properly from inside creategid().

This prevents funny errors like:

	miyu# groupadd test2
	miyu# groupadd test2
	groupadd: group `test2' already exists
	groupadd: can't add group: problems with /etc/group file: Inappropriate ioctl for device
2001-09-16 18:08:37 +00:00
..
Makefile Remove unneeded skel files. 2000-10-16 13:46:48 +00:00
defs.h Add new functionality, and fix some bugs and oversights: 1999-12-24 09:08:48 +00:00
group.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
groupadd.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
groupdel.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
groupinfo.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
groupmod.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
main.c convert to use getprogname() 2001-02-19 23:22:40 +00:00
user.8 PR/13874: Hubert Feyrer: Add -L class to useradd 2001-09-05 21:37:32 +00:00
user.c if creategid() fails, don't try to print system error message (use errx() 2001-09-16 18:08:37 +00:00
useradd.8 PR/13874: Hubert Feyrer: Add -L class to useradd 2001-09-05 21:37:32 +00:00
userdel.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
userinfo.8 Drop argument of .Os. 2001-06-05 11:31:21 +00:00
usermgmt.h convert to use getprogname() 2001-02-19 23:22:40 +00:00
usermod.8 PR/13874: Hubert Feyrer: Add -L class to useradd 2001-09-05 21:37:32 +00:00