diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-18 03:48:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-18 03:48:30 +0000 |
commit | c65d6de66f63cc3626b4d145ed0c9bb43117a40d (patch) | |
tree | 56054bbc3ceaca59beff124dbea22c6876f220d4 /sys-apps/logwatch/files | |
parent | Version bump and reduction of the gdesklets-control-getid script (diff) | |
download | historical-c65d6de66f63cc3626b4d145ed0c9bb43117a40d.tar.gz historical-c65d6de66f63cc3626b4d145ed0c9bb43117a40d.tar.bz2 historical-c65d6de66f63cc3626b4d145ed0c9bb43117a40d.zip |
Version bump #96362 by Sheldon Hearn.
Package-Manager: portage-2.0.51.22-r1
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 |