# Weekly configuration file for rot[t]log
# Allowed values only between two { }
#
#
#
# This is a sample configuration file. Fit to your needs.
#
# 2002-10-15
# Created by M.L. <mlubrano@sourcemage.org>
#


/var/log/cron {
  # To create a new log file with perms, own and group specified
  create 644 root root
  # Send notification e-mail message to a different user from
  # global touser
  touser "root"
  rotate 5
}

/var/log/xinetd/* {
  # To create a new log file with perms, own and group specified
  create 644 root root
  # Send notification e-mail message to a different user from
  # global touser
  touser "root"
  rotate 5
}

