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/vcron | |
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/vcron')
-rw-r--r-- | sys-apps/vcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/vcron/files/vcron.rc6 | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/vcron/ChangeLog b/sys-apps/vcron/ChangeLog index a33bde413a35..549b7f9a5b3d 100644 --- a/sys-apps/vcron/ChangeLog +++ b/sys-apps/vcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/vcron # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/ChangeLog,v 1.2 2002/04/20 12:07:13 azarah Exp $ + + 20 April 2002; Martin Schlemmer <azarah@gentoo.org> files/vcron.rc6 : + + Update to NEED "logger" *vcron-3.0.1 (1 Feb 2002) diff --git a/sys-apps/vcron/files/vcron.rc6 b/sys-apps/vcron/files/vcron.rc6 index c89ce86a9b81..3f483c4807fe 100644 --- a/sys-apps/vcron/files/vcron.rc6 +++ b/sys-apps/vcron/files/vcron.rc6 @@ -1,12 +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/vcron/files/vcron.rc6,v 1.3 2002/01/03 04:21:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/vcron.rc6,v 1.4 2002/04/20 12:07:13 azarah Exp $ depend() { - need clock localmount - use logger - + need clock localmount logger } start() { |