Install configuration files ofr autofs, since they are not installed

automatically anymore

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21564 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2019-05-07 13:50:49 +00:00
parent ecf6154571
commit 51797c8465

View File

@ -136,6 +136,22 @@ make</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<!-- As of version 5.1.5, the configuration files are not installed anymore -->
<caution>
<para>
If <application>autofs</application> is already installed on your
system, be sure to backup your configuration files. They'll be
overwritten by the following command.
</para>
</caution>
<para>
Install the default configuration files, still as the
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install_samples</userinput></screen>
</sect2>
<sect2 role="commands">