Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Recommend cronie instead of vixie-cron in handbook?
Date: Sat, 14 Dec 2013 17:19:42
Message-Id: 52AC931B.8020609@gentoo.org
In Reply to: Re: [gentoo-dev] Recommend cronie instead of vixie-cron in handbook? by Mike Gilbert
1 On 12/11/2013 03:03 PM, Mike Gilbert wrote:
2 >>
3 >> Is cronie a drop-in replacement, or do I have to do some thinking when
4 >> replacing vixie-cron?
5 >>
6 >
7 > It should be a drop-in. The only change to make would be to remove
8 > vixie-cron and add cronie to the default runlevel.
9 >
10
11 I noticed two small differences:
12
13 1. Emails come from "(Cron Daemon)" instead of "Cron Daemon".
14
15 2. The binary is /usr/sbin/crond instead of /usr/sbin/cron.
16
17 Everything else seems normal.
18
19 Here are the steps to update; they're obvious, but it's easy to skip
20 some accidentally:
21
22 rc-update del vixie-cron default
23 /etc/init.d/vixie-cron stop
24 emerge -C vixie-cron
25 emerge cronie
26 rc-update add cronie default
27 /etc/init.d/cronie start

Replies

Subject Author
Re: [gentoo-dev] Recommend cronie instead of vixie-cron in handbook? "Vadim A. Misbakh-Soloviov" <mva@×××.name>
Re: [gentoo-dev] Recommend cronie instead of vixie-cron in handbook? Alice Ferrazzi <alice.ferrazzi@×××××.com>