Mageia Bugzilla – Attachment 303 Details for
Bug 871
service named start fails with "initializing DST: openssl failure".
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix named startup script
named.patch (text/plain), 457 bytes, created by
Dave Hodgins
on 2011-04-28 04:30:08 CEST
(
hide
)
Description:
Patch to fix named startup script
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2011-04-28 04:30:08 CEST
Size:
457 bytes
patch
obsolete
>--- named.orig 2011-04-27 20:17:16.247216947 -0400 >+++ named 2011-04-27 20:19:38.863215521 -0400 >@@ -58,7 +58,7 @@ > > # libgost.so needs to be in the chroot, so copy it there > LIBGOST=$(rpm -ql $(rpm -q --whatprovides openssl-engines) | grep /libgost.so) >- mkdir -p "${LIBGOST%[/]*}" >+ mkdir -p "/var/lib/named${LIBGOST%[/]*}" > # copy everytime as we need to make sure everything is in sync > cp -p $LIBGOST /var/lib/named/$LIBGOST >
--- named.orig 2011-04-27 20:17:16.247216947 -0400 +++ named 2011-04-27 20:19:38.863215521 -0400 @@ -58,7 +58,7 @@ # libgost.so needs to be in the chroot, so copy it there LIBGOST=$(rpm -ql $(rpm -q --whatprovides openssl-engines) | grep /libgost.so) - mkdir -p "${LIBGOST%[/]*}" + mkdir -p "/var/lib/named${LIBGOST%[/]*}" # copy everytime as we need to make sure everything is in sync cp -p $LIBGOST /var/lib/named/$LIBGOST
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 871
:
242
|
248
|
256
|
257
|
258
|
259
|
260
| 303 |
326