From: frank Date: Mon, 19 Mar 2012 08:09:53 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4f4f78efcbc5c37ab9134f7067e754ea765f8d20;p=config%2Fuhu1%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-apps/logwatch-7.4.0 --- diff --git a/.etckeeper b/.etckeeper index 79db5ef..7b70466 100755 --- a/.etckeeper +++ b/.etckeeper @@ -436,6 +436,7 @@ maybe chmod 0755 './cron.d' maybe chmod 0644 './cron.d/.keep_sys-process_vixie-cron-0' 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' @@ -829,6 +830,8 @@ maybe chmod 0644 './logrotate.d/openrc' maybe chmod 0644 './logrotate.d/rsyncd' maybe chmod 0644 './logrotate.d/syslog-ng' maybe chmod 0644 './logrotate.d/ulogd' +maybe chmod 0755 './logwatch' +maybe chmod 0644 './logwatch/.keep_sys-apps_logwatch-0' maybe chmod 0755 './lvm' maybe chmod 0700 './lvm/archive' maybe chmod 0600 './lvm/archive/vg00_00000.vg' 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