diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 01:42:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 01:42:49 +0000 |
commit | 03a1b4b9016f77b3fc7de9ff234171c3afceb6b3 (patch) | |
tree | eab68a45163e447fc1b0a363369290404a845471 /sys-apps/logwatch/files | |
parent | Cleaning (diff) | |
download | gentoo-2-03a1b4b9016f77b3fc7de9ff234171c3afceb6b3.tar.gz gentoo-2-03a1b4b9016f77b3fc7de9ff234171c3afceb6b3.tar.bz2 gentoo-2-03a1b4b9016f77b3fc7de9ff234171c3afceb6b3.zip |
Version bump and add a cron script #83641 by Meder Bakirov.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-apps/logwatch/files')
-rw-r--r-- | sys-apps/logwatch/files/digest-logwatch-6.0.2 | 1 | ||||
-rwxr-xr-x | sys-apps/logwatch/files/logwatch | 5 |
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 |