Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
:
monitoring
>
nrpe
> nrpe-2.15_openssl.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nrpe-2.15_openssl.patch of Package nrpe (Revision 8)
Currently displaying revision
8
,
show latest
--- configure.orig 2019-10-15 09:13:46.254901444 +0200 +++ configure 2019-10-15 09:14:28.062903299 +0200 @@ -6739,7 +6739,9 @@ echo "" echo "*** Generating DH Parameters for SSL/TLS ***" - if test -f "$ssldir/sbin/openssl"; then + if test -f "$ssldir/apps/openssl"; then + sslbin=$ssldir/apps/openssl + elif test -f "$ssldir/sbin/openssl"; then sslbin=$ssldir/sbin/openssl else sslbin=$ssldir/bin/openssl