Changeset 494
- Timestamp:
- 06/10/08 00:05:13 (6 months ago)
- Files:
-
- trunk/lib/deprec/recipes/logrotate.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/deprec/recipes/logrotate.rb
r484 r494 41 41 # 42 42 # logrotate is run via cron with a script in /etc/cron.daily/logrotate 43 44 desc "Force logrotate to run" 45 task :force do 46 sudo "logrotate -f /etc/logrotate.conf" 47 end 43 48 44 49 end
