]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
QA: Check for /usr/var which should not be there.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Feb 2010 15:24:25 +0000 (16:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Feb 2010 15:24:25 +0000 (16:24 +0100)
tools/quality-agent.d/095-directory-layout

index 9b9dc6ad9b502a57d755b497ce58d6017f265f7f..b0c704423536f994acdf80fab940ceb93fd62d8e 100755 (executable)
@@ -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