2002-07-08 04:28:42 +08:00
<sect2 >
<title > Command explanations</title>
2003-01-04 10:45:09 +08:00
<para > <userinput > mv doc/apps/passwd.pod doc/apps/openssl-passwd.pod</userinput> : We do this because otherwise openssl installs it's passwd man page over the
existing system one which isn't what we want.</para>
2002-07-08 04:28:42 +08:00
<para > <screen > <userinput > make MANDIR=/usr/share/man</userinput>
2003-01-04 10:45:09 +08:00
<userinput > make MANDIR=/usr/share/man install</userinput> </screen> These
commands install openssl with the man pages in <filename > /usr/share/man
</filename> instead of the default which is <filename > /etc/ssl/man</filename> .
</para>
2002-07-08 04:28:42 +08:00
2003-01-04 10:45:09 +08:00
<para > <userinput > rmdir /etc/ssl/lib</userinput> : This is simply a
2002-07-08 04:28:42 +08:00
tidy-up command. For some reason, the openssl install routine creates
2003-01-04 10:45:09 +08:00
the <filename > /etc/ssl/lib</filename> directory even though the libraries have
been installed in <filename > /usr/lib</filename> . We remove it to keep things
nice and tidy!</para>
2002-07-08 04:28:42 +08:00
</sect2>