e7dcfc009e
good.
21 lines
918 B
Diff
21 lines
918 B
Diff
Index: FilesCheck.py
|
|
===================================================================
|
|
RCS file: /cooker/soft/rpmlint/FilesCheck.py,v
|
|
retrieving revision 1.87
|
|
diff -u -r1.87 FilesCheck.py
|
|
--- FilesCheck.py 17 Jun 2005 09:48:34 -0000 1.87
|
|
+++ FilesCheck.py 20 Jun 2005 10:30:43 -0000
|
|
@@ -692,9 +692,9 @@
|
|
Please remove it and rebuild your package.''',
|
|
|
|
'non-conffile-in-etc',
|
|
-'''A file in your package is being installed in /etc, but is not a
|
|
-configuration file. All the files in /etc MUST be configuration files
|
|
-(add the %config option to the file in the spec file).''',
|
|
+'''A non-executable file in your package is being installed in /etc, but is not
|
|
+a configuration file. All non-executable files in /etc should be configuration
|
|
+files. Mark the file as %config in the spec file.''',
|
|
|
|
'compressed-symlink-with-wrong-ext',
|
|
'''The symlink points to a compressed file but doesn't use the same extension.''',
|