On 06.08.2006, at 11:14, Duncan Brown wrote:
>
>
...
> Here are the important bits out of the .spec file:
>
> BuildRequires: perl, openssl-devel, tcp_wrappers
>
> ./configure --prefix=/usr \
> --sysconfdir=/etc/ssh \
> --mandir=%{_mandir}\
> --with-tcp-wrappers \
> --with-ipv4-default \
> --infodir=/usr/share/info \
> --libexecdir=/usr/libexec/ssh \
> --with-pam \
> --with-lastlog=/var/log/lastlog \
> --with-privsep-path=/var/cache/openssh/empty... > > Reading around suggests I have to modify the way inetd launches the > sshd > service. no, sshd is launched as standalone, so nothing with inetd here ... > > Any ideas? try rpmrebuild -bb openssh.spec, maybe tcp_wrappers inclusion failed on the original build process ... then installing in your system, the hosts.deny line should still be there, so have a try. matthias _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
