diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-26 05:19:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-26 05:19:37 +0000 |
commit | d6c7e64c89ca143863f13082f169398ea90fa12e (patch) | |
tree | 1e49148de2ea793a8e8d4e8b76f42dc7e7dd9e49 /sys-apps | |
parent | Disable tests since they clear our the results of src_compile(). (diff) | |
download | gentoo-2-d6c7e64c89ca143863f13082f169398ea90fa12e.tar.gz gentoo-2-d6c7e64c89ca143863f13082f169398ea90fa12e.tar.bz2 gentoo-2-d6c7e64c89ca143863f13082f169398ea90fa12e.zip |
Install logwatch file as 00-logwatch so it will be run before other cronjobs #100243 by Brian G. Peterson.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/logwatch/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-6.1.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/logwatch/ChangeLog b/sys-apps/logwatch/ChangeLog index ae33b5c62153..094c27013567 100644 --- a/sys-apps/logwatch/ChangeLog +++ b/sys-apps/logwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/logwatch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/ChangeLog,v 1.23 2005/06/18 03:48:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/ChangeLog,v 1.24 2005/07/26 05:19:37 vapier Exp $ + + 26 Jul 2005; Mike Frysinger <vapier@gentoo.org> logwatch-6.1.2.ebuild: + Install logwatch file as 00-logwatch so it will be run before other cronjobs + #100243 by Brian G. Peterson. *logwatch-6.1.2 (18 Jun 2005) diff --git a/sys-apps/logwatch/logwatch-6.1.2.ebuild b/sys-apps/logwatch/logwatch-6.1.2.ebuild index 4c5ea50eb653..ba250cc49325 100644 --- a/sys-apps/logwatch/logwatch-6.1.2.ebuild +++ b/sys-apps/logwatch/logwatch-6.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-6.1.2.ebuild,v 1.1 2005/06/18 03:48:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-6.1.2.ebuild,v 1.2 2005/07/26 05:19:37 vapier Exp $ inherit eutils @@ -59,8 +59,9 @@ src_install() { insinto /etc/log.d/conf/services doins conf/services/* + # Make sure logwatch is run before anything else #100243 exeinto /etc/cron.daily - newexe "${FILESDIR}"/logwatch logwatch + newexe "${FILESDIR}"/logwatch 00-logwatch doman logwatch.8 dodoc License project/CHANGES README HOWTO-Make-Filter |