X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fexitcodes.h;h=16626be128160a25fdc43feb39e3d97432edd17b;hb=c7b938502295ddc5b2c89e0854d8c5c19ede32dc;hp=737433def77b4cd9bd1b9ed3a29d77d08705abb3;hpb=cca482b0061d43818e176c427616b0f6a4a86387;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/exitcodes.h b/include/exitcodes.h index 737433def..16626be12 100644 --- a/include/exitcodes.h +++ b/include/exitcodes.h @@ -1,9 +1,12 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2006-2008 Craig Edwards - * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2013, 2019 Sadie Powell + * Copyright (C) 2013 Attila Molnar + * Copyright (C) 2012 Robby * Copyright (C) 2007 Robin Burchell + * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008, 2010 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -33,7 +36,7 @@ enum ExitStatus EXIT_STATUS_ARGV = 5, /* Invalid program arguments */ EXIT_STATUS_PID = 6, /* Couldn't write PID file */ EXIT_STATUS_SOCKETENGINE = 7, /* Couldn't start socket engine */ - EXIT_STATUS_ROOT = 8, /* DEPRECATED */ + EXIT_STATUS_ROOT = 8, /* Refusing to start as root */ EXIT_STATUS_MODULE = 9, /* Couldn't load a required module */ EXIT_STATUS_SIGTERM = 10 /* Received SIGTERM */ };