mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2045 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
851 B
XML
19 lines
851 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>make DICTPATH=/usr/lib/cracklib_dict SRCDICTS=/usr/share/dict/words install</command>:
|
|
Builds the libcrack library and forces it to look at
|
|
<filename class="directory">/usr/share/dict</filename> for word lists, and puts the
|
|
cracklib dictionary in <filename>/usr/lib/cracklib_dict</filename>.</para>
|
|
|
|
<para><command>install -m644 cracklib/libcrack.a /usr/lib</command>:
|
|
Installs the library in <filename class="directory">/usr/lib</filename>.</para>
|
|
|
|
<para><command>install -m644 cracklib/crack.h /usr/include</command>:
|
|
Installs the header file in <filename class="directory">/usr/include</filename>.</para>
|
|
|
|
<para><command>install -m754 util/{mkdict,packer,create_cracklib_dict} /usr/sbin</command>:
|
|
Install the utils into <filename class="directory">/usr/sbin</filename>.</para>
|
|
|
|
</sect2>
|