Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 8237ee104d2a4fac6a18dc3e49de0c9e > files > 5

rpmlint-0.84-2mdv2009.1.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):