]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
QA: Extend checks for unwanted dirs.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2010 13:04:55 +0000 (14:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2010 13:04:55 +0000 (14:04 +0100)
We do not want /usr/etc and /usr/local.

tools/quality-agent.d/095-directory-layout

index 428f0b8ddf85c03a802f52266033e52810b3523c..cf1f0bd4aff76648df5689eb07196ddfcd9e82ba 100755 (executable)
@@ -19,6 +19,8 @@ log "  Checking for directories that should not be there"
 check /etc/init.d
 check /etc/rc.d
 check /lib/pkgconfig
+check /usr/etc
+check /usr/local
 check /usr/man
 check /usr/var