diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-24 18:58:48 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-24 18:58:48 +0000 |
| commit | 77a1d1e15300abf5d47ddf91f3b6732a42c49183 (patch) | |
| tree | 3df1928a8041e5579af8a93dd853798df82113dc | |
| parent | ab48768b20058a18fd4adfd6836af7a652509d60 (diff) | |
Notes
| -rw-r--r-- | etc/rc.d/abi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/abi b/etc/rc.d/abi index 567e726c44e1..8b00fbbe9582 100644 --- a/etc/rc.d/abi +++ b/etc/rc.d/abi @@ -28,7 +28,7 @@ linux_start() if ! kldstat -v | grep -E 'linux(aout|elf)' > /dev/null; then kldload linux > /dev/null 2>&1 fi - if [ -x /compat/linux/sbin/ldconfig ]; then + if [ -x /compat/linux/sbin/ldconfigDisabled ]; then _tmpdir=`mktemp -d -t linux-ldconfig` /compat/linux/sbin/ldconfig -C ${_tmpdir}/ld.so.cache if ! cmp -s ${_tmpdir}/ld.so.cache /compat/linux/etc/ld.so.cache; then |
