summaryrefslogtreecommitdiff
path: root/include/exitcodes.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-12-09 00:10:59 +0000
committerPeter Powell <petpow@saberuk.com>2019-12-09 00:10:59 +0000
commit15b87e3b2bddd3d9502318e9cbd1f7c9abdd0a06 (patch)
treebd7e7f01af9aa44aae311707ef16ceab148499d8 /include/exitcodes.h
parentcca482b0061d43818e176c427616b0f6a4a86387 (diff)
Fix indentation of CheckRoot() and error in non-interactive mode.
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r--include/exitcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exitcodes.h b/include/exitcodes.h
index 737433def..b1090d141 100644
--- a/include/exitcodes.h
+++ b/include/exitcodes.h
@@ -33,7 +33,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 */
};