Author: fernando
Date: Mon Jan 20 11:50:48 2014
New Revision: 12612
Log:
Reintroduce some modifications I did before and after, removed, by mistake.
Change to upper case an OJDK switch vakue.
Modified:
trunk/BOOK/general/prog/openjdk.xml
trunk/BOOK/multimedia/audioutils/audacious.xml
trunk/BOOK/postlfs/security/sudo.xml
Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Mon Jan 20 09:46:01 2014 (r12611)
+++ trunk/BOOK/general/prog/openjdk.xml Mon Jan 20 11:50:48 2014 (r12612)
@@ -329,7 +329,7 @@
<screen><userinput>unset JAVA_HOME
&&
./autogen.sh &&
./configure --with-jdk-home=/opt/OpenJDK-&openjdk-version;-bin \
- --with-version-suffix=blfs \
+ --with-version-suffix=BLFS \
--enable-nss \
--disable-system-kerberos \
--with-parallel-jobs=$(getconf _NPROCESSORS_ONLN) &&
Modified: trunk/BOOK/multimedia/audioutils/audacious.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/audacious.xml Mon Jan 20 09:46:01
2014 (r12611)
+++ trunk/BOOK/multimedia/audioutils/audacious.xml Mon Jan 20 11:50:48
2014 (r12612)
@@ -178,7 +178,8 @@
commands (you may wish to change the stamp to another string):
</para>
-<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &&
+<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
+ --with-buildstamp="BLFS" &&
make</userinput></screen>
<para>
@@ -254,11 +255,6 @@
characters used to color the text can make the logfile unreadable. This
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>
Modified: trunk/BOOK/postlfs/security/sudo.xml
==============================================================================
--- trunk/BOOK/postlfs/security/sudo.xml Mon Jan 20 09:46:01 2014
(r12611)
+++ trunk/BOOK/postlfs/security/sudo.xml Mon Jan 20 11:50:48 2014
(r12612)
@@ -105,7 +105,8 @@
--docdir=/usr/share/doc/sudo-&sudo-version; \
--with-timedir=/var/lib/sudo \
--with-all-insults \
- --with-env-editor &&
+ --with-env-editor \
+ --with-passprompt="[BLFS sudo] password for %p"&&
make</userinput></screen>
<para>
@@ -138,11 +139,6 @@
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