Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: cron-guide.xml
Date: Sun, 14 Nov 2010 15:16:56
Message-Id: 20101114151100.A67392005E@flycatcher.gentoo.org
1 nightmorph 10/11/14 15:11:00
2
3 Modified: cron-guide.xml
4 Log:
5 change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
6
7 Revision Changes Path
8 1.18 xml/htdocs/doc/en/cron-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/cron-guide.xml?r1=1.17&r2=1.18
13
14 Index: cron-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- cron-guide.xml 27 Jan 2008 00:50:54 -0000 1.17
21 +++ cron-guide.xml 14 Nov 2010 15:11:00 -0000 1.18
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.17 2008/01/27 00:50:54 nightmorph Exp $ -->
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.18 2010/11/14 15:11:00 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/cron-guide.xml">
29 +<guide>
30 <title>Gentoo Linux Cron Guide</title>
31
32 <author title="Author">
33 @@ -23,8 +23,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.9</version>
38 -<date>2008-01-26</date>
39 +<version>2</version>
40 +<date>2010-11-14</date>
41
42 <chapter>
43 <title>Cron basics</title>
44 @@ -546,7 +546,7 @@
45 <p>
46 Now that we have a clean slate, let's put something useful into the <b>root</b>
47 crontab. Most people will want to run <c>updatedb</c> on a weekly basis to
48 -make sure that <c>slocate</c> works properly. To add that to your crontab,
49 +make sure that <c>mlocate</c> works properly. To add that to your crontab,
50 let's first edit <path>crons.cron</path> again so that it looks like the
51 following:
52 </p>