Changeset dc600829 for networking


Ignore:
Timestamp:
05/10/2012 10:27:43 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a51c847
Parents:
ac4b41a
Message:

Update to sendmail-8.14.5
Update all boot scripts not previously updated to LFS-7.0+ syntax.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10160 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    rac4b41a rdc600829  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84     <xref linkend="libdaemon"/>,
    85     <!-- <xref linkend="qt"/>,--> and
    86     <xref linkend="qt4"/></para>
     84      <xref linkend="libdaemon"/> (required to build the daemons), and
     85      <xref linkend="qt4"/>
     86    </para>
    8787
    8888    <para condition="html" role="usernotes">User Notes:
     
    9494    <title>Installation of avahi</title>
    9595
    96     <para>It is recommended to have a dedicated user and group to take
     96    <para>There should be a dedicated user and group to take
    9797    control of the <command>avahi-daemon</command> daemon after it is
    9898    started. Issue the following commands as the
     
    101101<screen role='root'><userinput>groupadd -fg 84 avahi &amp;&amp;
    102102useradd -c "Avahi Daemon Owner" -d /dev/null -u 84 \
    103     -g avahi -s /bin/false avahi  || [ $? == 9 ]</userinput></screen>
    104 
    105     <para>It is recommended to have a dedicated priviliged access group for
     103    -g avahi -s /bin/false avahi</userinput></screen>
     104
     105    <para>There should also be a dedicated priviliged access group for
    106106    <application>Avahi</application> clients. Issue the following command as
    107107    the <systemitem class="username">root</systemitem> user:</para>
     
    112112    commands:</para>
    113113
    114 <screen><userinput><!--patch -Np1 -i ../avahi-&avahi-version;-lfs_initscript_fixes-1.patch &amp;&amp;
    115 autoreconf -i -v &amp;&amp;-->./configure --prefix=/usr \
    116             --sysconfdir=/etc \
     114<screen><userinput>
     115./configure --prefix=/usr        \
     116            --sysconfdir=/etc    \
    117117            --localstatedir=/var \
    118             --disable-static \
    119             --disable-libdaemon \
    120             --disable-mono \
    121             --disable-monodoc \
    122             --disable-python \
    123             --disable-qt3 \
    124             --disable-qt4 \
    125             --enable-core-docs \
    126             --with-distro=lfs &amp;&amp;
     118            --disable-static     \
     119            --disable-libdaemon  \
     120            --disable-mono       \
     121            --disable-monodoc    \
     122            --disable-python     \
     123            --disable-qt3        \
     124            --disable-qt4        \
     125            --enable-core-docs   \
     126            --with-distro=none &amp;&amp;
    127127make</userinput></screen>
    128128
     
    164164    building of documentation.</para>
    165165
    166     <para><parameter>--with-distro=lfs</parameter>: This parameter specifies the
    167     distribution to target.</para>
     166    <para><parameter>--with-distro=none</parameter>: There is an obsolete
     167    boot script in the distribution for LFS.  This option disables it.</para>
    168168
    169169    <para><option>--disable-dbus</option>: This parameter disables the use
Note: See TracChangeset for help on using the changeset viewer.