Procházet zdrojové kódy

Remove redundant SBINDIR parameter from IPRoute2's instructions. Fixes last part of #2307.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess před 16 roky
rodič
revize
aa909a0f63
2 změnil soubory, kde provedl 7 přidání a 12 odebrání
  1. 5 0
      chapter01/changelog.xml
  2. 2 12
      chapter06/iproute2.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2009-02-01</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Remove the redundant SBINDIR parameter from
+          IPRoute2's commands.  Fixes the remaining part of
+          <ulink url="&lfs-ticket-root;2307">#2307</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Install DRM-related Linux headers, as suggested by
           Chris Staub in <ulink url="&lfs-ticket-root;2307">#2307</ulink>.

+ 2 - 12
chapter06/iproute2.xml

@@ -43,10 +43,10 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput remap="make">make DESTDIR= SBINDIR=/sbin</userinput></screen>
+<screen><userinput remap="make">make DESTDIR=</userinput></screen>
 
     <variablelist>
-      <title>The meaning of the make options:</title>
+      <title>The meaning of the make option:</title>
 
       <varlistentry>
         <term><parameter>DESTDIR=</parameter></term>
@@ -57,16 +57,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><parameter>SBINDIR=/sbin</parameter></term>
-        <listitem>
-          <para>This ensures that the IPRoute2 binaries will install into
-          <filename class="directory">/sbin</filename>. This is the correct
-          location according to the FHS, because some of the IPRoute2 binaries
-          are used by the LFS-Bootscripts package.</para>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para>This package comes with a testsuite, but due to assumptions it makes,