Blame SOURCES/move_pattern_file_to_var.patch

325406
diff --git a/logwatch/dmeventd.var_cache_logwatch b/logwatch/dmeventd
325406
index 9b01676..9bc262d 100644
325406
--- a/logwatch/dmeventd.var_cache_logwatch
325406
+++ b/logwatch/dmeventd
325406
@@ -36,8 +36,7 @@
325406
 # Set the location of the folder to store last time stamp
325406
 # (This is used to record the last log sent out so repeats 
325406
 #  are not mailed in error.)
325406
-$syslogpattern_file =
325406
-        "/etc/logwatch/scripts/services/dmeventd_syslogpattern.txt";
325406
+$syslogpattern_file = "/var/cache/logwatch/dmeventd/syslogpattern.txt";
325406
 
325406
 if (-e $syslogpattern_file) {
325406
 	open(FD, "+<", $syslogpattern_file) or die $!;