summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-30 08:18:19 +0000
committerjkh <jkh@FreeBSD.org>2000-03-30 08:18:19 +0000
commitd849c2642e2d2e12852a74462d00fe27484945e2 (patch)
tree151974918b6b13bfa16657f00e88072261ab6c1b /usr.sbin/sade/config.c
parent5baa08090e2399c576d6e21f48a4952cb178c4b2 (diff)
downloadFreeBSD-src-d849c2642e2d2e12852a74462d00fe27484945e2.zip
FreeBSD-src-d849c2642e2d2e12852a74462d00fe27484945e2.tar.gz
Search for the proper hints file in an ELF world.
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index cc4cbd2..47ee9a8 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -622,7 +622,7 @@ tryagain:
}
}
- if (file_readable("/var/run/ld.so.hints"))
+ if (file_readable("/var/run/ld-elf.so.hints"))
vsystem("/sbin/ldconfig -m /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
else
vsystem("/sbin/ldconfig /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
OpenPOWER on IntegriCloud