Changes between Version 23 and Version 24 of UnixClientPackage
- Timestamp:
- Nov 8, 2009, 11:12:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnixClientPackage
v23 v24 72 72 expects to find it. I believe this is `/etc/logrotate.d` 73 73 74 >> >I developed a working [http://pastebin.ca/1000283 logrotate config file].75 >> >We found that the daemon must be stopped and started in order for the logs to be rotated. -KSM74 >>I developed a working [http://pastebin.ca/1000283 logrotate config file]. 75 >>We found that the daemon must be stopped and started in order for the logs to be rotated. -KSM 76 76 > 77 77 > It seems that path to the log files has to be hardcoded into this file. Anybody making their own package needs to adjust that path, possibly as a part of an installation script. -EAM