On Wed, Dec 24, at 05:17 [email protected] wrote: > Author: bdubbs > Date: 2008-12-24 17:17:57 -0700 (Wed, 24 Dec 2008) > <sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;"> > @@ -66,14 +66,17 @@ > <xref linkend="tcpwrappers"/>, > <xref linkend="x-window-system"/>, > <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, > - <xref linkend="net-tools"/>, > - <xref linkend="sysstat"/>, > <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> > (provides a command-line history feature to <command>sftp</command>), > <ulink url="http://www.opensc-project.org/">OpenSC</ulink>, and > <ulink > > url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink></para> > > + <bridgehead renderas="sect4">Optional Runtime (Used only to gather > entropy)</bridgehead> > + <para role="optional"><xref linkend="jdk"/>, > + <xref linkend="net-tools"/>, and > + <xref linkend="sysstat"/>.</para> > +
I've had a look at the test suite and it looks that sudo and gdb can be used also to complete some tests: "agent-ptrace.sh" requires gdb and "agent-getpeereid.sh" requires sudo to run some tests using an unprivileged user (nobody). If sudo is installed then the test command should change to: SUDO=sudo make tests 2>&1 | tee check.log or to run a sed to regress/test-exec.sh to uncomment the variable. Perhaps, it will be too much if we put all these in the openssh page, or this information should go in the wiki, but at least we should mention the dependencies for the test suite. Regards, Ag. -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
