#! /bin/sh # /etc/cron.daily/sysklogd # Cron script to rotate system log files daily. # # Since /var/log is mounted as tmpfs, all the log files are # rotated and backed using logbackup. # See /etc/logbackup.d/sysklogd. # # This file does nothing. It is mostly here to prevent an # automatic replacement with a standard configuration file by # the packaging system. exit 0