wok-current rev 20407
nagios-nrpe: enable ssl (Bug 195)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 21 13:57:56 2018 +0200 (2018-07-21) |
parents | e38bb0907e93 |
children | e1965f977a7f |
files | nagios-nrpe/receipt |
line diff
1.1 --- a/nagios-nrpe/receipt Fri Jul 20 23:12:02 2018 +0200 1.2 +++ b/nagios-nrpe/receipt Sat Jul 21 13:57:56 2018 +0200 1.3 @@ -17,8 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - while read patch_file; do 1.9 + while read patch_file; do 1.10 if [ ! -f done.$patch_file ]; then 1.11 patch -p1 < $stuff/$patch_file || return 1 1.12 touch done.$patch_file 1.13 @@ -33,6 +32,7 @@ 1.14 --sbindir=/usr/lib/nagios \ 1.15 --bindir=/usr/bin \ 1.16 --libexecdir=/usr/lib/nagios/plugins \ 1.17 + --enable-ssl \ 1.18 --with-nagios-user=nagios \ 1.19 --with-nagios-group=nagios \ 1.20 --with-nrpe-user=nagios \