summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 01:42:49 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 01:42:49 +0000
commitba16c97e6f08171baa6f0ae53280c3e10ea62267 (patch)
tree3b820b057ceb344ddc0f99479a138f6708f1c573 /sys-apps/logwatch/files
parentCleaning (diff)
downloadhistorical-ba16c97e6f08171baa6f0ae53280c3e10ea62267.tar.gz
historical-ba16c97e6f08171baa6f0ae53280c3e10ea62267.tar.bz2
historical-ba16c97e6f08171baa6f0ae53280c3e10ea62267.zip
Version bump and add a cron script #83641 by Meder Bakirov.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'sys-apps/logwatch/files')
-rw-r--r--sys-apps/logwatch/files/digest-logwatch-6.0.21
-rwxr-xr-xsys-apps/logwatch/files/logwatch5
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/logwatch/files/digest-logwatch-6.0.2 b/sys-apps/logwatch/files/digest-logwatch-6.0.2
new file mode 100644
index 000000000000..affe48dfab4c
--- /dev/null
+++ b/sys-apps/logwatch/files/digest-logwatch-6.0.2
@@ -0,0 +1 @@
+MD5 a3048abed19fedfa2d954de7ff6b40cb logwatch-6.0.2.tar.gz 153382
diff --git a/sys-apps/logwatch/files/logwatch b/sys-apps/logwatch/files/logwatch
new file mode 100755
index 000000000000..3640fcfe1c22
--- /dev/null
+++ b/sys-apps/logwatch/files/logwatch
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/sbin/logwatch.pl ] ; then
+ exec /usr/sbin/logwatch.pl 2>&1 > /dev/null
+fi