diff options
| author | sm156471 <none@none> | 2008-02-06 21:55:34 -0800 |
|---|---|---|
| committer | sm156471 <none@none> | 2008-02-06 21:55:34 -0800 |
| commit | 5bd0e5515c0fb3ef06efffdeec87dca8a69b392b (patch) | |
| tree | 44e1ecb7ec86e080fa3a5c4a77c28782386bb270 /usr/src/tools/protocmp/stdusers.c | |
| parent | e1adf50c175098121bb2d0ddc73adb34d502328e (diff) | |
| download | illumos-joyent-5bd0e5515c0fb3ef06efffdeec87dca8a69b392b.tar.gz | |
6636848 Create mysql user on Solaris install
Diffstat (limited to 'usr/src/tools/protocmp/stdusers.c')
| -rw-r--r-- | usr/src/tools/protocmp/stdusers.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/tools/protocmp/stdusers.c b/usr/src/tools/protocmp/stdusers.c index 464a7990e4..496db1f254 100644 --- a/usr/src/tools/protocmp/stdusers.c +++ b/usr/src/tools/protocmp/stdusers.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -43,6 +43,7 @@ const struct stdlist usernames[] = { { "listen", 37 }, { "gdm", 50 }, { "lp", 71 }, + { "mysql", 70 }, { "webservd", 80 }, { "postgres", 90 }, { "nobody", 60001 }, @@ -67,6 +68,7 @@ const struct stdlist groupnames[] = { { "sysadmin", 14 }, { "smmsp", 25 }, { "gdm", 50 }, + { "mysql", 70 }, { "webservd", 80 }, { "postgres", 90 }, { "nobody", 60001 }, |
