From bbed0e6a2586c2fed18b69e263c7a3d8f56e46d1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 28 Dec 2016 12:37:54 +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 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 -- 2.39.5