From 207786533674090a091b9cefceb9ef988093964a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Jan 2017 13:28:39 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- cron.daily/00-logwatch | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5