Changeset b8c3180


Ignore:
Timestamp:
08/25/2014 08:50:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
fbe675c0
Parents:
8e45943
Message:

Checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14078 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 deleted
27 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/libfm.xml

    r8e45943 rb8c3180  
    149149        <seg>
    150150          libfm.so, libfm-extra.so and libfm-gtk.so
    151           and several under /usr/lib/libfm/modules/
    152151        </seg>
    153152        <seg>
  • networking/connect/dhcpcd-systemd.xml

    r8e45943 rb8c3180  
    3737    DHCP client.</para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <note>
     
    7676  <sect2 role="installation">
    7777    <title>Installation of dhcpcd</title>
     78
     79    <para>
     80      First, silence a lot of warnings caused by using the latest toolchain
     81      by running the following command:
     82    </para>
     83
     84<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" configure</userinput></screen>
    7885
    7986    <para>Install <application>dhcpcd</application> by running the following
  • networking/netlibs/geoclue.xml

    r8e45943 rb8c3180  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    124124sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" \
    125125       providers/skyhook/Makefile.in &amp;&amp;
    126 ./configure --prefix=/usr &amp;&amp;
     126./configure --prefix=/usr --disable-static &amp;&amp;
    127127make</userinput></screen>
    128128
     
    161161    </para>
    162162
    163     <para>
    164       <option>--libexecdir=/usr/lib/geoclue</option>: This option installs
    165       <application>GeoClue's</application> private executables into
    166       <filename class="libraryfile">/usr/lib/geoclue</filename> in accordance
    167       with the old version of the FHS used before LFS-7.5.
    168     </para>
     163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     164      href="../../xincludes/static-libraries.xml"/>
     165
    169166  </sect2>
    170167
  • networking/netlibs/serf.xml

    r8e45943 rb8c3180  
    4141    </para>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/bridgeutils-systemd.xml

    r8e45943 rb8c3180  
    3434    networks for a hosted virtual machine (VM).</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/cifsutils.xml

    r8e45943 rb8c3180  
    3333    mounting SMB/CIFS shares on a Linux system.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9898    commands:</para>
    9999
    100 <screen><userinput>./configure --prefix=/usr \
    101             --disable-pam \
    102             --disable-systemd &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr --disable-pam &amp;&amp;
    103101make</userinput></screen>
    104102
     
    114112      <title>Command Explanations</title>
    115113
    116           <para><parameter>--disable-pam</parameter>: Do not build PAM support.
    117             Remove  it and use <option>--with-pamdir</option> (see below),
     114          <para>
     115            <parameter>--disable-pam</parameter>: This switch disables
     116            PAM support. Replace it with
     117            <option>--with-pamdir=/lib/security</option>,
    118118            if <xref linkend="linux-pam"/> is installed and you wish
    119             PAM support.</para>
    120 
    121           <para><parameter>--disable-systemd</parameter>: Disable systemd
    122             specific behavior for <command>mount.cifs</command>. Remove it for
    123             systems running with systemd.</para>
    124 
    125           <para><option>--with-pamdir=/lib/security</option>: Install the PAM
    126             module in
    127             <filename class="directory">/lib/security</filename>.</para>
     119            to build the PAM module.
     120          </para>
    128121
    129122  </sect2>
  • networking/netprogs/ncftp.xml

    r8e45943 rb8c3180  
    3535    <command>ftp</command> program.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/net-tools.xml

    r8e45943 rb8c3180  
    3434    kernel.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/ntp-systemd.xml

    r8e45943 rb8c3180  
    3535    NTP protocol.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/rsync-systemd.xml

    r8e45943 rb8c3180  
    3434    file archives over a network.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/bind-utils.xml

    r8e45943 rb8c3180  
    3939    client side applications.</para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/mod_dnssd.xml

    r8e45943 rb8c3180  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103<screen><userinput>sed -i 's/unixd_setup_child/ap_&amp;/' src/mod_dnssd.c &amp;&amp;
    104104
    105 ./configure --prefix=/usr \
    106             --disable-lynx &amp;&amp;
     105./configure --prefix=/usr --disable-lynx &amp;&amp;
    107106make</userinput></screen>
    108107
  • networking/netutils/traceroute.xml

    r8e45943 rb8c3180  
    4141    the standard version.</para></note>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/whois.xml

    r8e45943 rb8c3180  
    3737    <xref linkend="expect"/> package.</para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/wicd-systemd.xml

    r8e45943 rb8c3180  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <note>
  • postlfs/security/haveged-systemd.xml

    r8e45943 rb8c3180  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/libcap.xml

    r8e45943 rb8c3180  
    8787  </sect2>
    8888
    89   <sect2 role="commands">
    90     <title>Command Explanations</title>
    91 
    9289  <sect2 role="content">
    9390    <title>Contents</title>
  • postlfs/security/libpwquality-systemd.xml

    r8e45943 rb8c3180  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/ssh-askpass.xml

    r8e45943 rb8c3180  
    4040    <application>OpenSSH</application> tarball.</para>
    4141
    42   &lfs75_checked;
     42  &lfs76_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <bridgehead renderas="sect4">Required</bridgehead>
    8181    <para role="required">
    82     <xref linkend="gtk2"/>,
    83     <xref linkend="sudo"/> (runtime),
    84     <xref linkend="xorg7-lib"/>, and
    85     <xref linkend="x-window-system"/> (runtime)</para>
     82      <xref linkend="gtk2"/>,
     83      <xref linkend="sudo"/> (runtime), and
     84      <xref linkend="x-window-system"/> (runtime)
     85    </para>
    8686
    8787    <para condition="html" role="usernotes">
  • postlfs/security/stunnel-systemd.xml

    r8e45943 rb8c3180  
    3939    to the server package source code.</para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118118    </para>
    119119
    120 <screen><userinput>sed -i /syslog.target/d tools/stunnel.service</userinput></screen>
     120<screen><userinput>sed -i /syslog.target/d tools/stunnel.service.in</userinput></screen>
    121121
    122122    <para>Install <application>stunnel</application> by running the following
  • postlfs/security/sudo.xml

    r8e45943 rb8c3180  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/tripwire.xml

    r8e45943 rb8c3180  
    3333    used to verify the integrity of the files on a given system.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/apache-systemd.xml

    r8e45943 rb8c3180  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/bind-systemd.xml

    r8e45943 rb8c3180  
    3535    to the <xref linkend="bind-utils"/>.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    158158
    159159<screen role="root"><userinput>make install &amp;&amp;
    160 chmod -v 0755 /usr/lib/lib{bind9,dns,isc{,cc,cfg},lwres}.so &amp;&amp;
    161 
    162 install -v -m755 -d /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
    163 install -v -m644    doc/arm/*.html \
    164                     /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
     160chmod -v 755 /usr/lib/lib{bind9,dns,isc{,cc,cfg},lwres}.so &amp;&amp;
     161
     162install -v -dm755 /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
     163install -v -m644  doc/arm/*.html \
     164                  /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
    165165install -v -m644 \
    166166    doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
     
    258258
    259259<screen role="root"><userinput>cd /srv/named &amp;&amp;
    260 mkdir -p dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &amp;&amp;
     260mkdir -pv dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &amp;&amp;
    261261mknod /srv/named/dev/null c 1 3 &amp;&amp;
    262 mknod /srv/named/dev/random c 1 8 &amp;&amp;
    263 chmod 666 /srv/named/dev/{null,random} &amp;&amp;
    264 cp /etc/localtime etc &amp;&amp;
     262mknod /srv/named/dev/urandom c 1 8 &amp;&amp;
     263chmod -v 666 /srv/named/dev/{null,urandom} &amp;&amp;
     264cp -Lv /etc/localtime etc &amp;&amp;
    265265touch /srv/named/managed-keys.bind &amp;&amp;
    266 cp /usr/lib/engines/libgost.so usr/lib/engines &amp;&amp;
    267 [ $(uname -m) = x86_64 ] &amp;&amp; ln -sv lib usr/lib64</userinput></screen>
     266cp -v /usr/lib/engines/libgost.so usr/lib/engines &amp;&amp;
     267[ $(uname -m) = x86_64 ] &amp;&amp; ln -sfv lib usr/lib64</userinput></screen>
    268268
    269269      <para>The <filename>rndc.conf</filename> file contains information for
  • server/major/proftpd-systemd.xml

    r8e45943 rb8c3180  
    3434    file archives over a network.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888
    8989install -v -d -m775 -o proftpd -g proftpd /srv/ftp &amp;&amp;
    90 ln -v -s /bin/false /usr/bin/proftpdshell          &amp;&amp;
     90ln -sfv /bin/false /usr/bin/proftpdshell           &amp;&amp;
    9191echo /usr/bin/proftpdshell &gt;&gt; /etc/shells</userinput></screen>
    9292
  • server/major/vsftpd-systemd.xml

    r8e45943 rb8c3180  
    3535    over a network.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8181    users, and groups with the following commands:</para>
    8282
    83 <screen role="root"><userinput>install -v -d -m 0755 &vsftpd-empty; &amp;&amp;
    84 install -v -d -m 0755 /home/ftp               &amp;&amp;
    85 groupadd -g 47 vsftpd                         &amp;&amp;
    86 groupadd -g 45 ftp                            &amp;&amp;
     83<screen role="root"><userinput>
     84install -v -dm755 &vsftpd-empty; &amp;&amp;
     85install -v -dm755 /home/ftp               &amp;&amp;
     86groupadd -g 47 vsftpd                     &amp;&amp;
     87groupadd -g 45 ftp                        &amp;&amp;
    8788
    8889useradd -c "vsftpd User"  -d /dev/null -g vsftpd -s /bin/false -u 47 vsftpd &amp;&amp;
    8990useradd -c anonymous_user -d /home/ftp -g ftp    -s /bin/false -u 45 ftp</userinput></screen>
    9091
    91     <para>If you did not install the optional <application>libcap2</application> package,
     92<!--    <para>If you did not install the optional <application>libcap2</application> package,
    9293    run the following to avoid a build error:</para>
    9394
    94 <screen><userinput>sed -i -e 's|#define VSF_SYSDEP_HAVE_LIBCAP|//&amp;|' sysdeputil.c</userinput></screen>
     95<screen><userinput>sed -i -e 's|#define VSF_SYSDEP_HAVE_LIBCAP|//&amp;|' sysdeputil.c</userinput></screen> -->
    9596
    9697    <para>Build <application>vsftpd</application> as an unprivileged user
  • server/other/xinetd-systemd.xml

    r8e45943 rb8c3180  
    3535    daemon, a secure replacement for <command>inetd</command>.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.