Changeset 4e801466 for chapter06


Ignore:
Timestamp:
01/29/2016 12:36:36 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
5c14293
Parents:
dd30a4b
Message:

Fix missed nscd instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rdd30a4b r4e801466  
    173173    <para>Install the systemd support files for <command>nscd</command>:</para>
    174174
    175 <screen><userinput remap="install">install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
    176 install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
     175<screen><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
     176install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
    177177
    178178    <para>The locales that can make the system respond in a different language
Note: See TracChangeset for help on using the changeset viewer.