diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 01:35:44 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 01:35:44 +0000 |
commit | 5c9310eaf5a3b9f53f6eba83673f89ed47387dba (patch) | |
tree | f1457597391124568e592eba683ec12aa20f330e /sys-process/vixie-cron/files | |
parent | New version and mark 0.1.10 stable on x86 and add amd64 keyword (diff) | |
download | historical-5c9310eaf5a3b9f53f6eba83673f89ed47387dba.tar.gz historical-5c9310eaf5a3b9f53f6eba83673f89ed47387dba.tar.bz2 historical-5c9310eaf5a3b9f53f6eba83673f89ed47387dba.zip |
use clock for bug 90259.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-process/vixie-cron/files')
-rwxr-xr-x | sys-process/vixie-cron/files/vixie-cron.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/vixie-cron/files/vixie-cron.rc6 b/sys-process/vixie-cron/files/vixie-cron.rc6 index bb31605ae09b..e6d03153bdca 100755 --- a/sys-process/vixie-cron/files/vixie-cron.rc6 +++ b/sys-process/vixie-cron/files/vixie-cron.rc6 @@ -1,11 +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-process/vixie-cron/files/vixie-cron.rc6,v 1.1 2005/03/04 23:59:48 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc6,v 1.2 2005/06/09 01:35:44 ka0ttic Exp $ depend() { - use logger - need clock localmount + use clock logger + need localmount provide cron } |