]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/exitcodes.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / exitcodes.h
index 737433def77b4cd9bd1b9ed3a29d77d08705abb3..16626be128160a25fdc43feb39e3d97432edd17b 100644 (file)
@@ -1,9 +1,12 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2006-2008 Craig Edwards <craigedwards@brainbox.cc>
- *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
+ *   Copyright (C) 2013, 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2012 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
+ *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
+ *   Copyright (C) 2006-2008, 2010 Craig Edwards <brain@inspircd.org>
  *
  * 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 */
 };