]> git.ipfire.org Git - people/stevee/network.git/commitdiff
Introduce exit code for unknown boolean values.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 09:52:46 +0000 (09:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 09:52:46 +0000 (09:52 +0000)
functions.constants

index 0bdb6a75a711dd271e52dd87b931096be5d284a0..84bdbd469726655ad85296766d3fe9d64be6be6c 100644 (file)
@@ -51,6 +51,7 @@ EXIT_ERROR_ASSERT=128
 
 EXIT_TRUE=0
 EXIT_FALSE=1
+EXIT_UNKNOWN=2
 
 STATUS_UP=0
 STATUS_DOWN=1