Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a030d97bb4c99612e2eb2f61bab5752a > files > 5

rpmlint-0.84-1mdv2009.0.src.rpm

Index: FilesCheck.py
===================================================================
--- FilesCheck.py
+++ FilesCheck.py	2008-06-14 20:41:46.000000000 -0400
@@ -651,7 +651,7 @@
                                 printError(pkg, 'script-without-shebang', f)
 
                             if mode & 0111 == 0 and not is_doc:
-                                printError(pkg, 'non-executable-script', f, oct(perm))
+                                printWarning(pkg, 'non-executable-script', f, oct(perm))
                             if line.endswith('\r\n') or line.endswith('\r'):
                                 printError(pkg, 'wrong-script-end-of-line-encoding', f)
                         elif is_doc and not skipdocs_regex.search(f):