Accepting request 496935 from home:dimstar:Factory

a- Fix named init script to dynamically find the location of the
   openssl engines (boo#1040027).

OBS-URL: https://build.opensuse.org/request/show/496935
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=209
This commit is contained in:
2017-05-20 15:34:20 +00:00
committed by Git OBS Bridge
parent 4e8c935dd7
commit 7b1425a23f
3 changed files with 9 additions and 2 deletions

View File

@@ -397,6 +397,7 @@ function replaceStrings()
-e "s@__BIND_PACKAGE_NAME__@%{pkg_name}@g" \
-e "s@__VENDOR__@%{VENDOR}@g" \
-e "s@___lib__@%{_lib}@g" \
-e "s@__openssl__@$(pkg-config --variable=enginesdir libcrypto)@g" \
-i "${file}"
}
pushd vendor-files