CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.16
[crossrootfs.git] / sysklogd / syslog
... / ...
CommitLineData
1#!/bin/sh
2#
3# /etc/cron/weekly/syslog: rotate log files
4#
5
6/usr/sbin/rotatelog auth
7/usr/sbin/rotatelog cron
8/usr/sbin/rotatelog debug
9/usr/sbin/rotatelog kernel
10/usr/sbin/rotatelog mail
11/usr/sbin/rotatelog messages
12
13# End of file