]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - sys-apps/logwatch/files/logwatch
Add logwatch-7.4.0_p170-r1 to fix a file collision.
[mjo-overlay.git] / sys-apps / logwatch / files / logwatch
diff --git a/sys-apps/logwatch/files/logwatch b/sys-apps/logwatch/files/logwatch
new file mode 100755 (executable)
index 0000000..4d4a222
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/sbin/logwatch.pl ] ; then
+       exec /usr/sbin/logwatch.pl --output mail
+fi