remove source-dist branch

This commit is contained in:
Marc Haber 2006-01-20 18:48:40 +00:00
commit a1bc04fc80
411 changed files with 128132 additions and 0 deletions

View file

@ -0,0 +1,23 @@
#! /bin/sh
STATE_OK=0
STATE_WARNING=1
STATE_CRITICAL=2
STATE_UNKNOWN=3
STATE_DEPENDENT=4
if test -x /usr/bin/printf; then
ECHO=/usr/bin/printf
else
ECHO=echo
fi
print_revision() {
echo "$1 (@PACKAGE@ @VERSION@) $2"
$ECHO "@WARRANTY@" | /bin/sed -e 's/\n/ /g'
}
support() {
$ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g'
}