diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-27 05:05:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-27 05:05:01 +0000 |
commit | 8b59ee7a24d127f8968e986522ee81ee05876742 (patch) | |
tree | aca7a4010c2c659def0867136a19b4debafc087c /sys-apps/dcron | |
parent | moved CONF_LIBDIR logic to use $(get_libdir) instead so that the ebuild will ... (diff) | |
download | gentoo-2-8b59ee7a24d127f8968e986522ee81ee05876742.tar.gz gentoo-2-8b59ee7a24d127f8968e986522ee81ee05876742.tar.bz2 gentoo-2-8b59ee7a24d127f8968e986522ee81ee05876742.zip |
Dont need logger, use logger #57787 by Paul Varner.
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dcron/files/dcron.rc6 | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/dcron/ChangeLog b/sys-apps/dcron/ChangeLog index bfe262a7b7b9..054f43e9cfb5 100644 --- a/sys-apps/dcron/ChangeLog +++ b/sys-apps/dcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dcron # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.34 2004/07/21 21:21:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.35 2004/08/27 05:04:37 vapier Exp $ + + 27 Aug 2004; Mike Frysinger <vapier@gentoo.org> files/dcron.rc6: + Dont need logger, use logger #57787 by Paul Varner. 21 Jul 2004; Tom Gall <tgall@gentoo.org> dcron-2.9-r2.ebuild: stable on ppc64, bug #57579 diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index 9aa3198dc5c3..190a846b73d4 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.rc6 @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/dcron.rc6,v 1.9 2004/07/15 00:40:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/dcron.rc6,v 1.10 2004/08/27 05:04:37 vapier Exp $ depend() { - need clock hostname logger + use logger + need clock hostname provide cron } |