CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
89f71c4be4db4b33191d959c6a92559f5391eac6
[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