- nfs.init: run ldconfig directly rather than calling
boot.ldconfig. boot.ldconfig had some "optimisations" which are unimportant and inconvenient for NFS, and doesn't exist any more anyway. (bnc#834164). OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=96
This commit is contained in:
parent
f716d5b05d
commit
cacec62691
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 01:13:01 UTC 2013 - nfbrown@suse.com
|
||||||
|
|
||||||
|
- nfs.init: run ldconfig directly rather than calling
|
||||||
|
boot.ldconfig.
|
||||||
|
boot.ldconfig had some "optimisations" which are
|
||||||
|
unimportant and inconvenient for NFS, and doesn't
|
||||||
|
exist any more anyway.
|
||||||
|
(bnc#834164).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 05:05:13 UTC 2013 - nfbrown@suse.com
|
Thu Sep 5 05:05:13 UTC 2013 - nfbrown@suse.com
|
||||||
|
|
||||||
|
5
nfs.init
5
nfs.init
@ -261,8 +261,9 @@ case "$1-$nfs" in
|
|||||||
# generate new list of available shared libraries
|
# generate new list of available shared libraries
|
||||||
#
|
#
|
||||||
if test "$NEED_LDCONFIG" = yes; then
|
if test "$NEED_LDCONFIG" = yes; then
|
||||||
# check if ld.so.cache needs to be refreshed
|
if test -x /sbin/ldconfig; then
|
||||||
/etc/init.d/boot.ldconfig start
|
/sbin/ldconfig -X > /dev/null 2>&1 || :
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user