diff options
Diffstat (limited to 'sys-apps/logwatch/files')
-rw-r--r-- | sys-apps/logwatch/files/digest-logwatch-6.1.2 | 1 | ||||
-rw-r--r-- | sys-apps/logwatch/files/logwatch-6.1.2-emerge-applydate.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/logwatch/files/digest-logwatch-6.1.2 b/sys-apps/logwatch/files/digest-logwatch-6.1.2 new file mode 100644 index 000000000000..821cdb4c1f84 --- /dev/null +++ b/sys-apps/logwatch/files/digest-logwatch-6.1.2 @@ -0,0 +1 @@ +MD5 a764bf80a31ab04ca788ac1303cba297 logwatch-6.1.2.tar.gz 168718 diff --git a/sys-apps/logwatch/files/logwatch-6.1.2-emerge-applydate.patch b/sys-apps/logwatch/files/logwatch-6.1.2-emerge-applydate.patch new file mode 100644 index 000000000000..0cc6b3ac48c8 --- /dev/null +++ b/sys-apps/logwatch/files/logwatch-6.1.2-emerge-applydate.patch @@ -0,0 +1,16 @@ +Fix typo ... variable is named 'SearchDate' not 'date' + +patch by Sheldon Hearn +http://bugs.gentoo.org/96362 + +--- scripts/logfiles/emerge/applydate ++++ scripts/logfiles/emerge/applydate +@@ -31,7 +31,7 @@ + + if ($Debug > 5) { + print STDERR "DEBUG: Inside applydate (emerge)...\n"; +- print STDERR "DEBUG: Looking For: $date\n"; ++ print STDERR "DEBUG: Looking For: $SearchDate\n"; + } + + # Examine each line of the file, writing out only the lines that are within |