diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-20 01:57:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-20 01:57:28 +0000 |
commit | 75a3a5ae9855e638fe36355e858162cca09673c4 (patch) | |
tree | 70be6b33f97b6c94974d98a244d8633b7da14cf9 /sys-process/dcron/files | |
parent | Stable on sparc (diff) | |
download | historical-75a3a5ae9855e638fe36355e858162cca09673c4.tar.gz historical-75a3a5ae9855e638fe36355e858162cca09673c4.tar.bz2 historical-75a3a5ae9855e638fe36355e858162cca09673c4.zip |
need services -> use services #89554
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-process/dcron/files')
-rwxr-xr-x | sys-process/dcron/files/dcron | 7 | ||||
-rwxr-xr-x | sys-process/dcron/files/dcron-r4 | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-process/dcron/files/dcron b/sys-process/dcron/files/dcron index 65d89bf86eb9..1dcc06712f51 100755 --- a/sys-process/dcron/files/dcron +++ b/sys-process/dcron/files/dcron @@ -1,11 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron,v 1.1 2005/03/04 23:42:58 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron,v 1.2 2005/04/20 01:57:28 vapier Exp $ depend() { - use logger - need clock hostname + use logger clock hostname provide cron } diff --git a/sys-process/dcron/files/dcron-r4 b/sys-process/dcron/files/dcron-r4 index 94072c8e5a51..fccf9154d3ce 100755 --- a/sys-process/dcron/files/dcron-r4 +++ b/sys-process/dcron/files/dcron-r4 @@ -1,11 +1,10 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron-r4,v 1.1 2005/03/04 23:42:58 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron-r4,v 1.2 2005/04/20 01:57:28 vapier Exp $ depend() { - use logger - need clock hostname + use logger clock hostname provide cron } |