search for: 419434a

Displaying 1 result from an estimated 1 matches for "419434a".

Did you mean: 4194348
2016 May 12
2
[PATCH 1/2] Revert "appliance: init: run ldconfig"
...t might be required by just about any binary that the init script runs it's not clear what benefit that gives. This reverts commit 66aa98265dd215dcd4c717e7ef6845fbac859e54. --- appliance/init | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appliance/init b/appliance/init index 413a95f..419434a 100755 --- a/appliance/init +++ b/appliance/init @@ -17,10 +17,6 @@ if [ ! -d /tmp ] || [ ! -d /var/tmp ]; then chmod 1777 /tmp /var/tmp fi -# Make sure to find all the libraries, also those in non-standard place -# but with a proper ld.so configuration pointing at them -ldconfig - # Try t...