diff options
| author | Jim Li - Sun Microsystems - Beijing China <Jim.Li@Sun.COM> | 2008-09-20 05:01:33 +0800 |
|---|---|---|
| committer | Jim Li - Sun Microsystems - Beijing China <Jim.Li@Sun.COM> | 2008-09-20 05:01:33 +0800 |
| commit | e5ed77eb84ab73cba03914971dba76b740b42a1f (patch) | |
| tree | 3c261214ca1f861e920302dd36fb9afbd95d0c65 /usr/src/tools/protocmp/stdusers.c | |
| parent | 030a4fdfe6d7b7b6f14fd34f0a891d4c5361d119 (diff) | |
| download | illumos-joyent-e5ed77eb84ab73cba03914971dba76b740b42a1f.tar.gz | |
6738568 Add default group for Slocate
Diffstat (limited to 'usr/src/tools/protocmp/stdusers.c')
| -rw-r--r-- | usr/src/tools/protocmp/stdusers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/protocmp/stdusers.c b/usr/src/tools/protocmp/stdusers.c index 6feba55b85..563576f8d1 100644 --- a/usr/src/tools/protocmp/stdusers.c +++ b/usr/src/tools/protocmp/stdusers.c @@ -23,8 +23,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <string.h> #include "stdusers.h" @@ -72,6 +70,7 @@ const struct stdlist groupnames[] = { { "mysql", 70 }, { "webservd", 80 }, { "postgres", 90 }, + { "slocate", 95 }, { "nobody", 60001 }, { "noaccess", 60002 }, { "nogroup", 65534 }, |
