From: root Date: Sat, 7 Jan 2017 12:28:39 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=207786533674090a091b9cefceb9ef988093964a;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/cron.daily/00-logwatch b/cron.daily/00-logwatch index 4d4a222..50ba356 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