2009-09-16 18:41:21 +02:00
|
|
|
Index: FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- FilesCheck.py.orig
|
2008-04-17 04:52:37 +02:00
|
|
|
+++ FilesCheck.py
|
2011-04-21 12:12:02 +02:00
|
|
|
@@ -1679,7 +1679,10 @@ executed.''',
|
2008-04-17 04:52:37 +02:00
|
|
|
executed.''',
|
|
|
|
|
|
|
|
'wrong-script-interpreter',
|
|
|
|
-'''This script uses an incorrect interpreter.''',
|
|
|
|
+'''This script uses an incorrect interpreter. Correct interpreters should
|
|
|
|
+be an absolute path to a file in in /(s)bin or /usr/(s)bin.
|
|
|
|
+Alternatively, if the file isn't supposed to be executed, then don't
|
|
|
|
+mark it as executable. ''',
|
|
|
|
|
|
|
|
'non-executable-script',
|
|
|
|
'''This text file contains a shebang or is located in a path dedicated for
|