Author: pierre
Date: Fri Apr 4 02:24:45 2014
New Revision: 12930
Log:
In sudo package, libexecdir does not need "sudo" at the end
Modified:
trunk/BOOK/postlfs/security/sudo.xml
Modified: trunk/BOOK/postlfs/security/sudo.xml
==============================================================================
--- trunk/BOOK/postlfs/security/sudo.xml Thu Apr 3 13:59:53 2014
(r12929)
+++ trunk/BOOK/postlfs/security/sudo.xml Fri Apr 4 02:24:45 2014
(r12930)
@@ -103,7 +103,7 @@
<!-- Developer: apparently it is disabled by default, although in configure it
is written otherwise -disable-static \-->
<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib/sudo \
+ --libexecdir=/usr/lib \
--with-all-insults \
--with-env-editor \
--docdir=/usr/share/doc/sudo-&sudo-version; \
@@ -126,7 +126,7 @@
<title>Command Explanations</title>
<para>
- <parameter>--libexecdir=/usr/lib/sudo</parameter>: This switch controls
where
+ <parameter>--libexecdir=/usr/lib</parameter>: This switch controls where
private programs are installed. Everything in that directory is a
library, so
they belong under <filename class="directory">/usr/lib</filename> instead
of
<filename class="directory">/usr/libexec</filename>.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page