]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - sys-apps/logwatch/files/logwatch
4d4a2227b3157a578cd94c4a7007727f099596f5
[mjo-overlay.git] / sys-apps / logwatch / files / logwatch
1 #!/bin/sh
2
3 if [ -x /usr/sbin/logwatch.pl ] ; then
4 exec /usr/sbin/logwatch.pl --output mail
5 fi