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:
Igor Živković 2003-11-17 23:20:24 +00:00
parent 1c36436ab1
commit b36e219762
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<sect2>
<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>
<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>
not <filename class="directory">/usr/libexec</filename>.</para>
</sect2>

View File

@ -18,9 +18,8 @@ useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd</command></us
the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/ssh \
&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --with-md5-passwords &amp;&amp;
--libexecdir=/usr/sbin --with-md5-passwords &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>