From 0a1ffa9e6b94c9e01767ae0497d99d29c345202f Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Thu, 20 Sep 2012 11:32:07 +0000 Subject: Be consistent with what the installer and useradd(8) do and put newly created users into their own primary group. This does not change existing installations that already have a usermgmt.conf(5). ok todd@ beck@ --- usr.sbin/user/user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c index a03d53e13b0..9fe403584c3 100644 --- a/usr.sbin/user/user.c +++ b/usr.sbin/user/user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: user.c,v 1.91 2012/09/18 07:56:11 ajacoutot Exp $ */ +/* $OpenBSD: user.c,v 1.92 2012/09/20 11:32:06 ajacoutot Exp $ */ /* $NetBSD: user.c,v 1.69 2003/04/14 17:40:07 agc Exp $ */ /* @@ -108,7 +108,7 @@ enum { #define CONFFILE "/etc/usermgmt.conf" #ifndef DEF_GROUP -#define DEF_GROUP "users" +#define DEF_GROUP "=uid" #endif #ifndef DEF_BASEDIR -- cgit v1.2.3