Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
amavis-stats
> amavis-stats-gzcat.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File amavis-stats-gzcat.patch of Package amavis-stats (Revision 2)
Currently displaying revision
2
,
show latest
--- sbin/amavis-stats.in.orig 2008-10-14 10:46:22.000000000 +0200 +++ sbin/amavis-stats.in 2008-10-14 10:46:27.000000000 +0200 @@ -1616,7 +1616,7 @@ if (! -f "$scan_logfile.0" && -f "$scan_logfile.0.gz" ) { do_log(2 , "copying $scan_logfile.0.gz -> $scan_logfile.0"); - `gzcat "$scan_logfile.0.gz" > "$scan_logfile.0"`; + `zcat "$scan_logfile.0.gz" > "$scan_logfile.0"`; } if (-f "$scan_logfile.0") {