source:
fedkit/rc.accounts.patch
@
eee2b2e
Last change on this file since eee2b2e was f3691ff, checked in by , 16 years ago | |
---|---|
|
|
File size: 596 bytes |
-
./rc.accounts
old new 375 375 # Windows uses its own UID and GID numbers. 376 376 if ($curuid != $uid && ! WINDOWS()) { 377 377 warning("$login/$uid uid mismatch with existing login!"); 378 os_userdel($login); 379 if (os_useradd($login, $uid, $gid, $pswd, 380 "$glist", $hdir, $name, $root, $shell)) { 381 warning("Error adding new user $login"); 382 } 378 383 next; 379 384 } 380 385 if ($doupdate) {
Note: See TracBrowser
for help on using the repository browser.