瀏覽代碼

Changed the chapter 6 Perl Dpager configure option to reflect the new location of the less binary.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 年之前
父節點
當前提交
5084f44990
共有 3 個文件被更改,包括 8 次插入4 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/perl.xml
  3. 2 2
      general.ent

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>November 15, 2005 [archaic]: Changed the chapter 6 Perl Dpager
+configure option to reflect the new location of the less
+binary.</para></listitem>
+
 <listitem><para>November 14, 2005 [jhuntwork]: Only install <command>msgfmt</command>
 <listitem><para>November 14, 2005 [jhuntwork]: Only install <command>msgfmt</command>
 from gettext in chapter 5. This is all that is necessary and prevents gettext
 from gettext in chapter 5. This is all that is necessary and prevents gettext
 from trying to pull in unnecessary elements from the host. Thanks to Greg Schafer
 from trying to pull in unnecessary elements from the host. Thanks to Greg Schafer

+ 2 - 2
chapter06/perl.xml

@@ -33,13 +33,13 @@ interactive <command>Configure</command> script and hand-pick the way
 this package is built. If the defaults it auto-detects are suitable,
 this package is built. If the defaults it auto-detects are suitable,
 prepare Perl for compilation with:</para>
 prepare Perl for compilation with:</para>
 
 
-<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
+<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
 
 
 <para>The meaning of the configure options:</para>
 <para>The meaning of the configure options:</para>
 
 
 <variablelist>
 <variablelist>
 <varlistentry>
 <varlistentry>
-<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
+<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
 <listitem><para>This corrects an error in the way that
 <listitem><para>This corrects an error in the way that
 <command>perldoc</command> invokes the <command>less</command> program.</para>
 <command>perldoc</command> invokes the <command>less</command> program.</para>
 </listitem>
 </listitem>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051114">
-<!ENTITY releasedate "November 14, 2005">
+<!ENTITY version "SVN-20051115">
+<!ENTITY releasedate "November 15, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->