Author: fernando
Date: Tue Jan 14 19:26:32 2014
New Revision: 12579
Log:
Move optional switches to 'Command Explanations' in Sudo-1.8.9p3 and
Audacious-3.4.3. Thanks, Randy M.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/audacious.xml
trunk/BOOK/postlfs/security/sudo.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 15:15:06
2014 (r12578)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 19:26:32
2014 (r12579)
@@ -47,6 +47,10 @@
<para>January 14th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Move optional switches to 'Command Explanations'
+ in Sudo-1.8.9p3 and Audacious-3.4.3. Thanks, Randy M.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to whois 5.1.1. Fixes
<ulink url="&blfs-ticket-root;4573">#4573</ulink>.</para>
</listitem>
Modified: trunk/BOOK/multimedia/audioutils/audacious.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/audacious.xml Tue Jan 14 15:15:06
2014 (r12578)
+++ trunk/BOOK/multimedia/audioutils/audacious.xml Tue Jan 14 19:26:32
2014 (r12579)
@@ -178,8 +178,7 @@
commands (you may wish to change the stamp to another string):
</para>
-<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
- --with-buildstamp='BLFS' &&
+<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &&
make</userinput></screen>
<para>
@@ -256,6 +255,11 @@
option stops it coloring the text.
</para>
+ <para>
+ <option>--with-buildstamp="BLFS"</option>: Set build stamp to BLFS
+ (change it to fit your preference).
+ </para>
+
</sect2>
<sect2 role="configuration">
Modified: trunk/BOOK/postlfs/security/sudo.xml
==============================================================================
--- trunk/BOOK/postlfs/security/sudo.xml Tue Jan 14 15:15:06 2014
(r12578)
+++ trunk/BOOK/postlfs/security/sudo.xml Tue Jan 14 19:26:32 2014
(r12579)
@@ -97,18 +97,15 @@
<title>Installation of Sudo</title>
<para>
- Install <application>Sudo</application> by running
- the following commands (change the value of the optional switch
- <literal>--with-passprompt</literal> to fit your preference):
+ Install <application>Sudo</application> by running the following
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib \
- --docdir=/usr/share/doc/sudo-&sudo-version; \
- --with-timedir=/var/lib/sudo \
- --with-all-insults \
- --with-env-editor \
- --with-passprompt="[sudo] password for %p: "&&
+<screen><userinput>./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --docdir=/usr/share/doc/sudo-&sudo-version; \
+ --with-timedir=/var/lib/sudo \
+ --with-all-insults \
+ --with-env-editor &&
make</userinput></screen>
<para>
@@ -141,6 +138,11 @@
environment variable EDITOR for <command>visudo</command>.
</para>
+ <para>
+ <option>--with-passprompt="[sudo] password for %p"</option>: Use this
+ switch to define the prompt (change it to fit your preference).
+ </para>
+
<note>
<para>
There are many options to <application>sudo</application>'s
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page