From: Frank Brehm Date: Wed, 28 Dec 2016 11:37:54 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=bbed0e6a2586c2fed18b69e263c7a3d8f56e46d1;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/cron.daily/00-logwatch b/cron.daily/00-logwatch index 4d4a2227..50ba356d 100755 --- a/cron.daily/00-logwatch +++ b/cron.daily/00-logwatch @@ -1,5 +1,6 @@ #!/bin/sh if [ -x /usr/sbin/logwatch.pl ] ; then + mkdir -p /var/cache/logwatch exec /usr/sbin/logwatch.pl --output mail fi