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 | ba16c97e6f08171baa6f0ae53280c3e10ea62267 (patch) | |
tree | 3b820b057ceb344ddc0f99479a138f6708f1c573 /sys-apps/logwatch/files | |
parent | Cleaning (diff) | |
download | historical-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.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 |