diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/pkgmgt.xml | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1b52bd3e5..3ad253e56 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -49,6 +49,10 @@ sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer. Thanks to Dan Nicholson for the report, as well. </listitem> + <listitem> + <para>[jhuntwork] - Added 'nodump' to commands in the Package Management + section.</para< + </listitem> </itemizedlist> </listitem> @@ -72,12 +76,6 @@ Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and Tushar Teredesai for reporting and resolving this issue.</para> </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>January 25, 2006</para> - <itemizedlist> <listitem> <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix <command>sort -n</command> and add the en_US.UTF-8 locale to improve diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index d09294da0..e6d9bae3f 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -151,7 +151,7 @@ are installing a package libfoo-1.1. The following instructions may not install the package properly:</para> -<screen><userinput>./configure --prefix=/usr/pkg/libfoo/1.1 +<screen role="nodump"><userinput>./configure --prefix=/usr/pkg/libfoo/1.1 make make install</userinput></screen> @@ -164,7 +164,7 @@ make install</userinput></screen> <envar>DESTDIR</envar> strategy to fake installation of the package. This approach works as follows:</para> -<screen><userinput>./configure --prefix=/usr +<screen role="nodump"><userinput>./configure --prefix=/usr make make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> |