From: Michael Tremer Date: Thu, 18 Feb 2010 15:24:25 +0000 (+0100) Subject: QA: Check for /usr/var which should not be there. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd25aed34787136d304ab33adbaa45ef94756628;p=ipfire-3.x.git QA: Check for /usr/var which should not be there. --- diff --git a/tools/quality-agent.d/095-directory-layout b/tools/quality-agent.d/095-directory-layout index 9b9dc6ad9..b0c704423 100755 --- a/tools/quality-agent.d/095-directory-layout +++ b/tools/quality-agent.d/095-directory-layout @@ -18,5 +18,6 @@ log "Check directory layout" log " Checking for directories that should not be there" check /lib/pkgconfig check /usr/man +check /usr/var exit 0