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/articles: lpi-101-administration-p2.xml
Date: Sun, 14 Nov 2010 15:12:08
Message-Id: 20101114151100.E38EF20061@flycatcher.gentoo.org
1 nightmorph 10/11/14 15:11:00
2
3 Modified: lpi-101-administration-p2.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.6 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?r1=1.5&r2=1.6
13
14 Index: lpi-101-administration-p2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- lpi-101-administration-p2.xml 19 Jun 2007 22:14:53 -0000 1.5
21 +++ lpi-101-administration-p2.xml 14 Nov 2010 15:11:00 -0000 1.6
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.5 2007/06/19 22:14:53 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.6 2010/11/14 15:11:00 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
29 @@ -33,8 +33,8 @@
30 version of the original article, and contains various improvements made by the
31 Gentoo Linux Documentation team -->
32
33 -<version>1.3</version>
34 -<date>2007-06-20</date>
35 +<version>2</version>
36 +<date>2010-11-14</date>
37
38 <chapter>
39 <title>Before You Start</title>
40 @@ -942,16 +942,16 @@
41 </body>
42 </section>
43 <section>
44 -<title>slocate</title>
45 +<title>mlocate</title>
46 <body>
47
48 <p>
49 On many Linux distributions, the <c>locate</c> command has been replaced by
50 -<c>slocate</c>. There is typically a symbolic link to <c>locate</c>, so that
51 -you don't need to remember which you have. <c>slocate</c> stands for "secure
52 +<c>mlocate</c>. There is typically a symbolic link to <c>locate</c>, so that
53 +you don't need to remember which you have. <c>mlocate</c> stands for "secure
54 locate." It stores permissions information in the database so that normal users
55 can't pry into directories they would otherwise be unable to read. The usage
56 -information for <c>slocate</c> is essentially the same as for <c>locate</c>,
57 +information for <c>mlocate</c> is essentially the same as for <c>locate</c>,
58 although the output might be different depending on the user running the
59 command.
60 </p>