mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
fixed a typo in openssh instructions noticed by Gottfried Haider
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1535 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1c36436ab1
commit
b36e219762
@ -1,7 +1,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
<para><parameter>--sysconfigdir=/etc/ssh</parameter>: This prevents the
|
<para><parameter>--sysconfdir=/etc/ssh</parameter>: This prevents the
|
||||||
configuration files from going to <filename class="directory">/usr/etc</filename>.</para>
|
configuration files from going to <filename class="directory">/usr/etc</filename>.</para>
|
||||||
|
|
||||||
<para><parameter>--with-md5-passwords</parameter>: This is required
|
<para><parameter>--with-md5-passwords</parameter>: This is required
|
||||||
@ -20,6 +20,4 @@ utility that is installed as a link to <command>X11-ssh-askpass</command>.
|
|||||||
Both of these should go in <filename class="directory">/usr/sbin</filename>
|
Both of these should go in <filename class="directory">/usr/sbin</filename>
|
||||||
not <filename class="directory">/usr/libexec</filename>.</para>
|
not <filename class="directory">/usr/libexec</filename>.</para>
|
||||||
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -18,9 +18,8 @@ useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd</command></us
|
|||||||
the following commands:</para>
|
the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/ssh \
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/ssh \
|
||||||
--libexecdir=/usr/sbin --with-md5-passwords &&
|
--libexecdir=/usr/sbin --with-md5-passwords &&
|
||||||
make &&
|
make &&
|
||||||
make install </command></userinput></screen>
|
make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user