Files
poky/meta/recipes-extended
Robert Yang d7663ff7ab logrotate 3.7.9: Allow rotate log across filesystems
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]

(From OE-Core rev: fca0a2c597ab40d55da768dac4088234b9b0d773)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08 11:55:35 -08:00
..
2010-12-09 08:18:17 -08:00
2011-12-08 15:24:32 +00:00
2012-02-26 22:51:58 +00:00
2012-01-24 11:54:24 +00:00
2012-02-26 22:51:58 +00:00
2011-12-24 10:05:45 +00:00
2011-09-05 17:59:51 +01:00
2012-03-01 15:51:41 +00:00
2012-01-24 11:54:22 +00:00
2011-12-05 22:47:07 +00:00
2012-02-03 15:56:35 +00:00
2012-02-28 13:14:42 +00:00
2011-10-31 22:03:23 +00:00
2011-07-01 23:27:29 +01:00
2012-01-03 12:14:24 +00:00
2011-12-19 09:29:16 +00:00
2011-07-01 23:27:29 +01:00
2011-08-04 15:04:29 +01:00
2011-08-04 15:04:33 +01:00
2012-01-03 12:14:33 +00:00
2012-02-28 12:27:47 +00:00
2012-02-26 22:51:58 +00:00
2011-12-13 12:28:08 +00:00
2012-02-21 17:00:46 +00:00
2012-03-02 15:22:53 +00:00
2011-07-01 23:27:29 +01:00
2012-02-22 23:03:16 +00:00
2012-02-26 22:51:58 +00:00
2011-12-15 14:36:26 +00:00
2012-01-03 12:14:36 +00:00
2011-12-08 15:24:32 +00:00
2011-11-30 22:18:09 +00:00
2011-12-08 15:24:32 +00:00
2011-12-22 13:13:47 +00:00