| # | Line 457 | Line 457 | main(int argc, char *argv[]) | |
|---|---|---|
| 457 | /* Check to see if the user is running us as root, which is a nono */ | |
| 458 | if (geteuid() == 0) | |
| 459 | { | |
| 460 | < | fprintf(stderr, "Don't run ircd as root!!!\n"); |
| 460 | > | fprintf(stderr, "ERROR: This server won't run as root/superuser\n"); |
| 461 | return -1; | |
| 462 | } | |
| 463 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |