vapier 15/04/03 06:21:56 Modified: logwatch Log: Version bump #542744 by Tobias Sager. Create cache dirs via existing cronjob #520570 by Agostino Sarubbo. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 sys-apps/logwatch/files/logwatch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/logwatch/files/logwatch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/logwatch/files/logwatch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/logwatch/files/logwatch?r1=1.2&r2=1.3 Index: logwatch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/logwatch/files/logwatch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- logwatch 4 Dec 2009 11:21:59 -0000 1.2 +++ logwatch 3 Apr 2015 06:21:56 -0000 1.3 @@ -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
