diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-09 00:10:59 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-09 00:10:59 +0000 |
commit | 15b87e3b2bddd3d9502318e9cbd1f7c9abdd0a06 (patch) | |
tree | bd7e7f01af9aa44aae311707ef16ceab148499d8 /include/exitcodes.h | |
parent | cca482b0061d43818e176c427616b0f6a4a86387 (diff) |
Fix indentation of CheckRoot() and error in non-interactive mode.
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r-- | include/exitcodes.h | 2 |
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 */ }; |