From 3026acb3ef92688203ff41f1c8292940e2bd2a4d Mon Sep 17 00:00:00 2001 From: fbrehm Date: Mon, 19 Mar 2012 09:09:10 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +sys-apps/logwatch-7.4.0 --- .etckeeper | 3 +++ cron.daily/00-logwatch | 5 +++++ logwatch/.keep_sys-apps_logwatch-0 | 0 3 files changed, 8 insertions(+) create mode 100755 cron.daily/00-logwatch create mode 100644 logwatch/.keep_sys-apps_logwatch-0 diff --git a/.etckeeper b/.etckeeper index c227aa1..6291680 100755 --- a/.etckeeper +++ b/.etckeeper @@ -451,6 +451,7 @@ maybe chmod 0644 './cron.d/.keep_sys-process_vixie-cron-0' maybe chmod 0644 './cron.d/py-provisioning-daemon' maybe chmod 0750 './cron.daily' maybe chmod 0644 './cron.daily/.keep_sys-process_cronbase-0' +maybe chmod 0755 './cron.daily/00-logwatch' maybe chmod 0755 './cron.daily/logrotate.cron' maybe chmod 0755 './cron.daily/makewhatis' maybe chmod 0755 './cron.daily/mlocate' @@ -1148,6 +1149,8 @@ maybe chmod 0644 './logrotate.d/mysql' maybe chmod 0644 './logrotate.d/openrc' maybe chmod 0644 './logrotate.d/rsyncd' maybe chmod 0644 './logrotate.d/syslog-ng' +maybe chmod 0755 './logwatch' +maybe chmod 0644 './logwatch/.keep_sys-apps_logwatch-0' maybe chmod 0644 './lsb-release' maybe chmod 0755 './lvm' maybe chmod 0700 './lvm/archive' diff --git a/cron.daily/00-logwatch b/cron.daily/00-logwatch new file mode 100755 index 0000000..4d4a222 --- /dev/null +++ b/cron.daily/00-logwatch @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -x /usr/sbin/logwatch.pl ] ; then + exec /usr/sbin/logwatch.pl --output mail +fi diff --git a/logwatch/.keep_sys-apps_logwatch-0 b/logwatch/.keep_sys-apps_logwatch-0 new file mode 100644 index 0000000..e69de29 -- 2.39.5