summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/logrotate/logrotate-3.7.9/allow-across-different-filesystems.patch
Commit message (Collapse)AuthorAgeFilesLines
* upgrade logrotate: split the old patch into 3Robert Yang2012-03-191-154/+0
| | | | | | | Split the old patch into 3 during upgrading, this makes it easier for the future's upgrade. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* logrotate 3.7.9: Allow rotate log across filesystemsRobert Yang2012-03-081-0/+154
The logrotate can't save the log across the different filesystems since it used the "rename(const char *oldpath, const char *newpath)" to save the file, fix it to act as the "mv" command(first rename, if failed, read and write) to allow save the log across the different filesystems. * config.c: Remove the check for different filesystems * logrotate.c: Act as the "mv" command when rotate log * logrotate.8: Update the mannual * logrotate.8: Fix a bug in the mannual(\f should be \fR) [YOCTO #718] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>