Ignore:
Timestamp:
07/20/2014 12:47:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
96733af
Parents:
6bc6c1c
Message:

Merge some more of Christopher's work into systemd branch.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi-systemd.xml

    r6bc6c1c rc32ea611  
    138138            --disable-qt4        \
    139139            --enable-core-docs   \
    140             --with-distro=none &amp;&amp;
     140            --with-distro=none   \
     141            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    141142make</userinput></screen>
    142143
     
    197198
    198199    <para>
     200      <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
     201      This parameter is used to set the correct installation directory for
     202      systemd units.
     203    </para>
     204
     205    <para>
    199206      <parameter>--with-distro=none</parameter>: There is an obsolete
    200207      boot script in the distribution for LFS. This option disables it.
     
    240247
    241248  <sect2 role="configuration">
    242     <title>Configuring avahi</title>
     249    <title>Configuring Avahi</title>
    243250
    244251    <sect3  id="avahi-init">
    245       <title>Boot Script</title>
     252      <title>Systemd Units</title>
    246253
    247254      <para>
    248         To automatically start the <command>avahi-daemon</command>
    249         when the system is rebooted, install the
    250         <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
    251         the <xref linkend="bootscripts"/> package.
     255        To start the <command>avahi-daemon</command> daemon at boot, enable
     256        the previously installed systemd unit by running the following command
     257        as the <systemitem class="username">root</systemitem> user:
    252258      </para>
    253259
     
    256262      </indexterm>
    257263
    258 <screen role="root"><userinput>make install-avahi</userinput></screen>
     264<screen role="root"><userinput>systemctl enable avahi-daemon</userinput></screen>
     265
     266      <para>
     267        To start the <command>avahi-dnsconfd</command> daemon at boot, enable
     268        the previously installed systemd unit by running the following command
     269        as the <systemitem class="username">root</systemitem> user:
     270      </para>
     271
     272<screen role="root"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
    259273
    260274    </sect3>
     
    271285
    272286      <seglistitem>
    273         <seg>avahi-autoipd, avahi-bookmarks, avahi-browse, avahi-browse-domains,
    274         avahi-daemon, avahi-discover, avahi-discover-standalone, avahi-dnsconfd,
    275         avahi-publish, avahi-publish-address, avahi-publish-service,
    276         avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
    277         avahi-set-host-name, bshell, bssh, and bvnc</seg>
    278         <seg>libavahi-client.so, libavahi-common.so,
    279         libavahi-core.so, libavahi-glib.so, libavahi-gobject.so,
    280         libavahi-ui-gtk3.so,, libavahi-ui.so, libdns_sd.so, and
    281         libhowl.so,</seg>
    282         <seg>/etc/avahi/services, /usr/{include/{avahi-client,avahi-common,
    283         avahi-compat-howl/{corby,discovery,rendezvous,salt},
    284         avahi-compat-libdns_sd,avahi-core,avahi-glib,avahi-gobject,avahi-ui},
    285         lib/{avahi,python&python2-majorver;/site-packages/{avahi,
    286         avahi_discover}},share/{avahi/interfaces,locale/en_NZ/LC_MESSAGES}}</seg>
     287        <seg>
     288          avahi-autoipd, avahi-bookmarks, avahi-browse, avahi-browse-domains,
     289          avahi-daemon, avahi-discover, avahi-discover-standalone, avahi-dnsconfd,
     290          avahi-publish, avahi-publish-address, avahi-publish-service,
     291          avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
     292          avahi-set-host-name, bshell, bssh, and bvnc
     293        </seg>
     294        <seg>
     295          libavahi-client.so, libavahi-common.so,libavahi-core.so,
     296          libavahi-glib.so, libavahi-gobject.so, libavahi-ui-gtk3.so,
     297          libavahi-ui.so, libdns_sd.so, and libhowl.so
     298        </seg>
     299        <seg>
     300          /etc/avahi,
     301          /usr/include/{avahi-client,avahi-common,avahi-compat-howl},
     302          /usr/include/{avahi-compat-libdns_sd,avahi-core,avahi-glib}
     303          /usr/include/{avahi-gobject,avahi-ui},
     304          /usr/lib/avahi,
     305          /usr/lib/python&python2-majorver;/site-packages/{avahi,avahi_discover}, and
     306          /usr/share/avahi
     307        </seg>
    287308      </seglistitem>
    288309    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.