Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413617
Collapse All | Expand All

(-)src/metalog.c.orig (+1 lines)
Lines 205-210 Link Here
205
            new_output->maxsize = (*cur_block)->maxsize;
205
            new_output->maxsize = (*cur_block)->maxsize;
206
            new_output->maxfiles = (*cur_block)->maxfiles;
206
            new_output->maxfiles = (*cur_block)->maxfiles;
207
            new_output->maxtime = (*cur_block)->maxtime;
207
            new_output->maxtime = (*cur_block)->maxtime;
208
            new_output->postrotate_cmd = (*cur_block)->postrotate_cmd;
208
            new_output->showrepeats = (*cur_block)->showrepeats;
209
            new_output->showrepeats = (*cur_block)->showrepeats;
209
            new_output->stamp_fmt = (*cur_block)->stamp_fmt;
210
            new_output->stamp_fmt = (*cur_block)->stamp_fmt;
210
            new_output->flush = (*cur_block)->flush;
211
            new_output->flush = (*cur_block)->flush;

Return to bug 413617