diff options
author | 2005-04-20 01:57:35 +0000 | |
---|---|---|
committer | 2005-04-20 01:57:35 +0000 | |
commit | 2d9263d0cb35639e3373cd43c2ea4d648902f470 (patch) | |
tree | 71e40b61879780489004d775b1730a926a530c42 /sys-process | |
parent | Stable on sparc (diff) | |
download | gentoo-2-2d9263d0cb35639e3373cd43c2ea4d648902f470.tar.gz gentoo-2-2d9263d0cb35639e3373cd43c2ea4d648902f470.tar.bz2 gentoo-2-2d9263d0cb35639e3373cd43c2ea4d648902f470.zip |
need services -> use services #89554
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-process')
-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 } |