Ignore:
Timestamp:
02/15/2013 12:44:39 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
2acccb9
Parents:
9c7cb63
Message:

Begin adjusting book for Systemd. libcap2 is actually libcap - Debian uses strange naming for source packages. Add Sysvinit back - only few programs are needed from the package. Remove Sysklogd. Add adm group to grups in chapter06. It's necesary by something in Systemd. Change /etc/mtab to link to /proc/self/mounts. Relocate packages order.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r9c7cb63 r0a56911  
    177177    <command>nscd</command>:</para>
    178178
    179 <screen><userinput remap="install">install -v -m644 ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf &amp;&amp;
    180 install -v -dm755 /var/cache/nscd</userinput></screen>
     179<screen><userinput remap="install">cp -v ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf &amp;&amp;
     180mkdir -pv /var/cache/nscd</userinput></screen>
    181181
    182182    <para>The locales that can make the system respond in a different language
     
    412412</literal>
    413413EOF
    414 mkdir /etc/ld.so.conf.d</userinput></screen>
     414mkdir -pv /etc/ld.so.conf.d</userinput></screen>
    415415
    416416  </sect2>
Note: See TracChangeset for help on using the changeset viewer.