CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: removed lo/net support from rc.conf
[crossrootfs.git] / sysklogd / syslog
1 #!/bin/sh
2 #
3 # /etc/cron/weekly/syslog: rotate log files
4 #
5
6 /usr/sbin/rotatelog cron
7 /usr/sbin/rotatelog auth
8 /usr/sbin/rotatelog mail
9 /usr/sbin/rotatelog messages
10
11 # End of file