]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Sat, 7 Jan 2017 12:28:39 +0000 (13:28 +0100)
committerroot <root@helga.brehm-online.com>
Sat, 7 Jan 2017 12:28:39 +0000 (13:28 +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