Преглед на файлове

Install sysklogd's binaries to /sbin for FHS compatibility. Fixes #2317.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess преди 16 години
родител
ревизия
0d16287199
променени са 2 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/sysklogd.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2009-02-08</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Install sysklogd binaries to
+          <filename class="directory">/sbin</filename> for FHS compatibility.
+          Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Replaced the link to the now non-existent udev-FAQ
           to a more general udev information page.  Fixes

+ 1 - 1
chapter06/sysklogd.xml

@@ -49,7 +49,7 @@
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make BINDIR=/sbin install</userinput></screen>
 
   </sect2>