From e176c0028a0fe7a51db2d520f4ca7ada9ef39eb3 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 27 Oct 2014 23:11:37 +0100 Subject: Added getcap binary check --- include/binaries | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/binaries b/include/binaries index 99f57bd5..5b098d64 100644 --- a/include/binaries +++ b/include/binaries @@ -109,6 +109,7 @@ lsvg) LSVGFOUND=1; LVSGBINARY=${BINARY}; logtext " Found known binary: lsvg (volume manager) - ${BINARY}" ;; lvdisplay) LVDISPLAYBINARY="${BINARY}"; logtext " Found known binary: lvdisplay (LVM tool) - ${BINARY}" ;; named-checkconf) NAMEDCHECKCONFIGFOUND=1; NAMEDCHECKCONFBINARY="${BINARY}"; logtext " Found known binary: named-checkconf (BIND configuration analyzer) - ${BINARY}" ;; + getcap) GETCAPFOUND=1; GETCAPBINARY="${BINARY}"; logtext " Found known binary: getcap (kernel capabilities) - ${BINARY}" ;; grpck) GRPCKFOUND=1; GRPCKBINARY="${BINARY}"; logtext " Found known binary: grpck (consistency checker) - ${BINARY}" ;; httpd) if [ -f ${BINARY} ]; then HTTPDFOUND=1; HTTPDBINARY="${BINARY}"; logtext " Found known binary: httpd (web server) - ${BINARY}"; fi ;; ip) IPFOUND=1; IPBINARY="${BINARY}"; logtext " Found known binary: ip (IP configuration) - ${BINARY}" ;; -- cgit v1.2.3