NSSYNC |
|
DNS Zone Files Maintenance Utility |
Sergey Poznyakoff |
6 Exit Codes
Apart from issuing a descriptive error message, nssync
attempts to indicate the reason of its termination by its error code.
As usual, a zero exit code indicates normal termination. The table
below summarizes all possible error codes. For each error code, it
indicates its decimal value and its symbolic name from
include/sysexits.h (if available).
- 0
- EX_OK
Program terminated correctly.
- 64
- EX_USAGE
The program was invoked incorrectly, e.g. an invalid option was given, or an erroneous argument was supplied to an option.
- 69
- EX_UNAVAILABLE
The program exited due to some error not otherwise described in this table.
- 70
- EX_SOFTWARE
Some internal software error occurred.
- 78
- EX_CONFIG
An error in the configuration file was detected.
This document was generated on April 24, 2015 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.