Dans l'input field de recherche rapide dans l'annuaire, Suppression du texte et resta...
[platal.git] / bin / devel / modules_status
index 5cfd066..3cc1132 100755 (executable)
@@ -3,7 +3,7 @@
 chdir ${1:-.}
 
 dirs=(bin configs htdocs hooks include plugins scripts templates)
-opts=(-type f -not -path '*CVS*' -not -name '.cvsignore' -not -path '*.arch*' -not -path '*TESTS*')
+opts=(-type f -not -path '*.svn*')
 
 diff -u <(cat install.d/**/files|sort) <(find $dirs $opts|sort) \
     | grep '^[-+][a-z]' | sed -e 's,^+,Orphaned: ,;s,^-,Missing : ,'