- Timestamp:
- 11/11/08 10:38:58 (8 weeks ago)
- Location:
- trunk/client/ebox
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
conf/logrotate/ebox.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/ebox/ChangeLog
r11528 r11616 1 1 0.12.100 2 + EBox::Module::writeConfFile and EBox::Service scape fil'es path 2 + EBox::Module::writeConfFile and EBox::Service scape fil'es path 3 + Bugfix. Configure logrotate to actually rotate ebox logs 3 4 0.12.99 4 5 + Add support for reporting -
trunk/client/ebox/conf/logrotate/ebox.in
r8920 r11616 1 @LOCALSTATEDIR@/l ib/ebox/log/error.log @LOCALSTATEDIR@/lib/ebox/log/access.log {1 @LOCALSTATEDIR@/log/ebox/error.log @LOCALSTATEDIR@/log/ebox/access.log { 2 2 rotate 7 3 3 size 10M … … 16 16 } 17 17 18 @LOCALSTATEDIR@/l ib/ebox/log/ebox.log {18 @LOCALSTATEDIR@/log/ebox/ebox.log { 19 19 rotate 7 20 20 size 10M
