From: Michael Tremer Date: Sat, 30 Jun 2012 09:52:46 +0000 (+0000) Subject: Introduce exit code for unknown boolean values. X-Git-Tag: 005~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8666b68fc326b50e2fedefbebf65abab9122e558;p=network.git Introduce exit code for unknown boolean values. --- diff --git a/functions.constants b/functions.constants index 0bdb6a75..84bdbd46 100644 --- a/functions.constants +++ b/functions.constants @@ -51,6 +51,7 @@ EXIT_ERROR_ASSERT=128 EXIT_TRUE=0 EXIT_FALSE=1 +EXIT_UNKNOWN=2 STATUS_UP=0 STATUS_DOWN=1