diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-20 12:08:39 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-20 12:08:39 +0000 |
commit | e3902525091e0416d70325f7806799c3a636061b (patch) | |
tree | 2392f81063cfd84627e726126e44e1b5d6f0255b /sys-apps/dcron | |
parent | bugfix release (diff) | |
download | gentoo-2-e3902525091e0416d70325f7806799c3a636061b.tar.gz gentoo-2-e3902525091e0416d70325f7806799c3a636061b.tar.bz2 gentoo-2-e3902525091e0416d70325f7806799c3a636061b.zip |
logger update
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/dcron/files/dcron.rc6 | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/dcron/ChangeLog b/sys-apps/dcron/ChangeLog index 419adb7ea39c..b38212662df1 100644 --- a/sys-apps/dcron/ChangeLog +++ b/sys-apps/dcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/dcron # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.2 2002/03/21 21:27:35 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/ChangeLog,v 1.3 2002/04/20 12:08:39 azarah Exp $ + + 20 April 2002; Martin Schlemmer <azarah@gentoo.org> files/dcron.rc6 : + + Update to NEED "logger" *dcron-2.7-r8 (21 Mar 2002) diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index da0d9d49c70d..48dc3afb3957 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.rc6 @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/dcron.rc6,v 1.3 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/dcron.rc6,v 1.4 2002/04/20 12:08:39 azarah Exp $ depend() { - need clock + need clock hostname logger } start() { |