]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 28 Dec 2016 11:37:54 +0000 (12:37 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 28 Dec 2016 11:37:54 +0000 (12:37 +0100)
cron.daily/00-logwatch

index 4d4a2227b3157a578cd94c4a7007727f099596f5..50ba356d398481109624a63ce251408bd2cb6905 100755 (executable)
@@ -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