diff options
author | 2003-12-21 23:04:18 +0000 | |
---|---|---|
committer | 2003-12-21 23:04:18 +0000 | |
commit | 306467006e30c353b8306b2db66c9fd7dd3c32b1 (patch) | |
tree | c6b1edba9597b60fe8995f5f746ac255dcf75a60 /sys-apps/vixie-cron | |
parent | *** empty log message *** (diff) | |
download | historical-306467006e30c353b8306b2db66c9fd7dd3c32b1.tar.gz historical-306467006e30c353b8306b2db66c9fd7dd3c32b1.tar.bz2 historical-306467006e30c353b8306b2db66c9fd7dd3c32b1.zip |
fix up messages in init file
Diffstat (limited to 'sys-apps/vixie-cron')
-rw-r--r-- | sys-apps/vixie-cron/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/vixie-cron/files/vixie-cron.rc6 | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys-apps/vixie-cron/Manifest b/sys-apps/vixie-cron/Manifest index a0c071f8b79a..3e81efedb385 100644 --- a/sys-apps/vixie-cron/Manifest +++ b/sys-apps/vixie-cron/Manifest @@ -1,14 +1,14 @@ -MD5 24ecd28cefc600a4de2902a6f7c18f80 vixie-cron-3.0.1-r3.ebuild 1743 MD5 93ad08d263cba78faaf563f1155654ca vixie-cron-3.0.1-r4.ebuild 1802 -MD5 d9ff4df9fc2172353b7d4274789b7d15 ChangeLog 4375 MD5 d1af6baa07cb84c385d8b2740b6fcd93 vixie-cron-3.0.1-r1.ebuild 1494 +MD5 24ecd28cefc600a4de2902a6f7c18f80 vixie-cron-3.0.1-r3.ebuild 1743 +MD5 d9ff4df9fc2172353b7d4274789b7d15 ChangeLog 4375 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 789a780ba348e6741243cd513d488e5b files/crontab-3.0.1-r4 667 +MD5 8d87b84d127f92f259e82d970a65897c files/crontab 657 +MD5 11c4f3362381d382411526d998a8b28a files/vixie-cron.rc6 541 MD5 9d66b761d15afae9471d33509b712fe9 files/vixie-cron-3.0.1-close_stdin.diff 810 +MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r1 68 MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r3 68 -MD5 c8e987ea566611c641316ff140c8d91c files/vixie-cron-3.0.1-gentoo.patch 27121 MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r4 68 -MD5 d05535824992fe7a8ef484d65a3782e4 files/vixie-cron.rc6 531 +MD5 c8e987ea566611c641316ff140c8d91c files/vixie-cron-3.0.1-gentoo.patch 27121 MD5 9495caecef1f8b925d19a1d34c4ff405 files/vixie-cron-3.0.1-selinux.diff.bz2 1931 -MD5 789a780ba348e6741243cd513d488e5b files/crontab-3.0.1-r4 667 -MD5 42a9b1ba7246f2fb453203eaccbb0e08 files/digest-vixie-cron-3.0.1-r1 68 -MD5 8d87b84d127f92f259e82d970a65897c files/crontab 657 diff --git a/sys-apps/vixie-cron/files/vixie-cron.rc6 b/sys-apps/vixie-cron/files/vixie-cron.rc6 index 274de18bea88..22ae101e5f73 100644 --- a/sys-apps/vixie-cron/files/vixie-cron.rc6 +++ b/sys-apps/vixie-cron/files/vixie-cron.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/vixie-cron.rc6,v 1.1 2003/12/11 16:19:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/files/vixie-cron.rc6,v 1.2 2003/12/21 23:04:12 seemant Exp $ depend() { need clock localmount logger @@ -9,13 +9,13 @@ depend() { } start() { - ebegin "Starting vcron" + ebegin "Starting vixie-cron" start-stop-daemon --start --quiet --exec /usr/sbin/cron eend $? } stop() { - ebegin "Stopping vcron" + ebegin "Stopping vixie-cron" start-stop-daemon --stop --quiet --pidfile /var/run/cron.pid eend $? } |