aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/perl.xml4
-rw-r--r--general.ent4
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f6c39ab3b..74175230d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</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>
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
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index b2e84b9a7..5948a25f6 100644
--- a/chapter06/perl.xml
+++ b/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,
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>
<variablelist>
<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
<command>perldoc</command> invokes the <command>less</command> program.</para>
</listitem>
diff --git a/general.ent b/general.ent
index cd39cef33..0c3e96875 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?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 generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->