home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / cron.daily / logrotate < prev    next >
Encoding:
Text File  |  2009-01-26  |  89 b   |  5 lines

  1. #!/bin/sh
  2.  
  3. test -x /usr/sbin/logrotate || exit 0
  4. /usr/sbin/logrotate /etc/logrotate.conf
  5.