nightmorph 10/11/14 15:11:00 Modified: cron-guide.xml Log: change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
Revision Changes Path 1.18 xml/htdocs/doc/en/cron-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?r1=1.17&r2=1.18 Index: cron-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- cron-guide.xml 27 Jan 2008 00:50:54 -0000 1.17 +++ cron-guide.xml 14 Nov 2010 15:11:00 -0000 1.18 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.17 2008/01/27 00:50:54 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.18 2010/11/14 15:11:00 nightmorph Exp $ --> -<guide link="/doc/en/cron-guide.xml"> +<guide> <title>Gentoo Linux Cron Guide</title> <author title="Author"> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.9</version> -<date>2008-01-26</date> +<version>2</version> +<date>2010-11-14</date> <chapter> <title>Cron basics</title> @@ -546,7 +546,7 @@ <p> Now that we have a clean slate, let's put something useful into the <b>root</b> crontab. Most people will want to run <c>updatedb</c> on a weekly basis to -make sure that <c>slocate</c> works properly. To add that to your crontab, +make sure that <c>mlocate</c> works properly. To add that to your crontab, let's first edit <path>crons.cron</path> again so that it looks like the following: </p>
