Ignore:
Timestamp:
02/18/2014 02:24:31 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
720f253
Parents:
bbadc6d
Message:

Random fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rbbadc6d r58c8823  
    8282
    8383<screen><userinput remap="configure">../glibc-&glibc-version;/configure          \
    84     --prefix=/usr                \
    85     --disable-profile            \
    86     --enable-kernel=&min-kernel;       \
     84    --prefix=/usr          \
     85    --disable-profile      \
     86    --enable-kernel=&min-kernel; \
    8787    --enable-obsolete-rpc</userinput></screen>
    8888
     
    184184    <para>Install the Systemd support files for <command>nscd</command>:</para>
    185185
    186 <screen><userinput remap="install">install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /etc/tmpfiles.d/nscd.conf
     186<screen><userinput remap="install">install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
    187187install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
    188188
Note: See TracChangeset for help on using the changeset viewer.