nightmorph 10/11/14 15:11:00 Modified: lpi-101-administration-p2.xml Log: change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
Revision Changes Path 1.6 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.6&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?r1=1.5&r2=1.6 Index: lpi-101-administration-p2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lpi-101-administration-p2.xml 19 Jun 2007 22:14:53 -0000 1.5 +++ lpi-101-administration-p2.xml 14 Nov 2010 15:11:00 -0000 1.6 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $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 $ --> +<!-- $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 $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles"> @@ -33,8 +33,8 @@ version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> -<version>1.3</version> -<date>2007-06-20</date> +<version>2</version> +<date>2010-11-14</date> <chapter> <title>Before You Start</title> @@ -942,16 +942,16 @@ </body> </section> <section> -<title>slocate</title> +<title>mlocate</title> <body> <p> On many Linux distributions, the <c>locate</c> command has been replaced by -<c>slocate</c>. There is typically a symbolic link to <c>locate</c>, so that -you don't need to remember which you have. <c>slocate</c> stands for "secure +<c>mlocate</c>. There is typically a symbolic link to <c>locate</c>, so that +you don't need to remember which you have. <c>mlocate</c> stands for "secure locate." It stores permissions information in the database so that normal users can't pry into directories they would otherwise be unable to read. The usage -information for <c>slocate</c> is essentially the same as for <c>locate</c>, +information for <c>mlocate</c> is essentially the same as for <c>locate</c>, although the output might be different depending on the user running the command. </p>
