swift 13/12/16 21:21:46 Modified: hb-install-tools.xml Log: Fix bug #494180 - Use cronie instead of vixie-cron
Revision Changes Path 1.55 xml/htdocs/doc/en/handbook/hb-install-tools.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.54&r2=1.55 Index: hb-install-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- hb-install-tools.xml 15 Aug 2013 08:07:33 -0000 1.54 +++ hb-install-tools.xml 16 Dec 2013 21:21:46 -0000 1.55 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.54 2013/08/15 08:07:33 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.55 2013/12/16 21:21:46 swift Exp $ --> <sections> @@ -12,8 +12,8 @@ In this chapter we help you choose and install some important tools. </abstract> -<version>12</version> -<date>2013-08-15</date> +<version>13</version> +<date>2013-12-16</date> <section> <title>System Logger</title> @@ -71,21 +71,16 @@ </p> <p> -Gentoo offers three possible cron daemons: <c>dcron</c>, <c>fcron</c> and -<c>vixie-cron</c>. Installing one of them is similar to installing a system -logger. However, <c>dcron</c> and <c>fcron</c> require an extra configuration -command, namely <c>crontab /etc/crontab</c>. If you don't know what to choose, -use <c>vixie-cron</c>. -</p> - -<p> -We only provide <c>vixie-cron</c> for networkless installations. If you want -another cron daemon you can wait and install it later on. +Gentoo offers several possible cron daemons, including <c>bcron</c>, +<c>dcron</c>, <c>fcron</c> and <c>cronie</c>. Installing one of them +is similar to installing a system logger. However, <c>dcron</c> and +<c>fcron</c> require an extra configuration command, namely <c>crontab +/etc/crontab</c>. If you don't know what to choose, use <c>cronie</c>. </p> <pre caption="Installing a cron daemon"> -# <i>emerge vixie-cron</i> -# <i>rc-update add vixie-cron default</i> +# <i>emerge cronie</i> +# <i>rc-update add cronie default</i> <comment>(Only if you have chosen dcron or fcron)</comment> # <i>crontab /etc/crontab</i> </pre>
