Ticket #50589: logwatch.pl.patch
File logwatch.pl.patch, 383 bytes (added by jdgoettsch (Jeffrey Goettsch), 9 years ago) |
---|
-
.pl
old new 48 48 setlocale(LC_ALL, "C"); 49 49 50 50 my $BaseDir = "/opt/local/share/logwatch"; 51 my $ConfigDir = "/ etc/logwatch";51 my $ConfigDir = "/opt/local/etc/logwatch"; 52 52 my $PerlVersion = "$^X"; 53 53 54 54 #############################################################################