ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/ircd.c
(Generate patch)

Comparing:
ircd-hybrid/trunk/src/ircd.c (file contents), Revision 3347 by michael, Sun Apr 20 14:03:06 2014 UTC vs.
ircd-hybrid/branches/8.2.x/src/ircd.c (file contents), Revision 3526 by michael, Wed May 14 15:24:36 2014 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)