Changeset 23366
- Timestamp:
- 09/10/07 13:40:29 (15 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23364 r23366 2620 2620 } 2621 2621 2622 /* 2623 * I contend that having UID == 0 and GID != 0 is of dubious value. 2624 * Nevertheless, this used to work in Tiger. See: 5425348 2625 */ 2626 if (j->groupname && !j->username) { 2627 j->username = "root"; 2628 } 2629 2622 2630 if (j->username) { 2623 2631 if ((pwe = getpwnam(j->username)) == NULL) {

