Ignore:
Timestamp:
07/15/2014 07:51:11 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
5bc57bb
Parents:
e1df6e21
Message:

Converted acpid at autofs bluez fcron gpm sysstat udisks2 upower dhcp nfs-utils cyrus-sasl mitkrb openssh polkit and stunnel pages to systemd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    re1df6e21 rcae7a6f  
    116116./configure --prefix=/         \
    117117            --without-openldap \
     118            --with-systemd    \
    118119            --mandir=/usr/share/man &amp;&amp;
    119120make</userinput></screen>
     
    138139      <option>--with-libtirpc</option>: This switch enables libtirpc support if
    139140      available.
     141    </para>
     142
     143    <para>
     144      <option>--with-systemd</option>: This switch enables systemd support.
    140145    </para>
    141146
     
    250255    </sect3>
    251256
    252     <sect3  id="autofs-init">
    253       <title>Boot Script</title>
    254 
    255       <para> <application>autofs</application> installs its own boot script,
    256       but it has no capability for logging or visual conformance with other
    257       BLFS scripts.</para>
    258 
    259       <para>Install the <filename>/etc/init.d/autofs</filename> mount script
    260       included with the <xref linkend="bootscripts"/> package.</para>
    261 
    262       <indexterm zone="autofs autofs-init">
    263         <primary sortas="f-autofs-init">autofs</primary>
    264       </indexterm>
    265 
    266 <screen role="root"><userinput>make install-autofs</userinput></screen>
    267 
    268       <para>The time-out variable is set in
    269       <filename>/etc/sysconfig/autofs.conf</filename>. The installed file sets
    270       a default of 60 seconds of inactivity before unmounting the device.  A
    271       much shorter time may be necessary to protect buffer writing to a floppy
    272       if users tend to remove the media prior to the timeout setting.</para>
    273 
    274     </sect3>
    275 
    276257    <sect3  id="autofs-init-systemd">
    277258      <title>Systemd Unit File</title>
    278259
    279       <para> This package provides a systemd unit file in the source tarball. To install it,
    280        add --with-systemd to the configure line.</para>
    281 
    282       <para>To enable it, issue as the <systemitem class="username">root</systemitem> user:</para>
    283 
    284       <indexterm zone="autofs autofs-init">
     260      <para> This package provides a systemd unit file in the source tarball. To enable it,
     261        issue the following command as the <systemitem class="username">root</systemitem>
     262        user:</para>
     263
     264      <indexterm zone="autofs autofs-init-systemd">
    285265        <primary sortas="f-autofs-init">autofs</primary>
    286266      </indexterm>
Note: See TracChangeset for help on using the changeset viewer.