summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 08:06:00 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 08:06:00 +0000
commit1d5cce0fc05db0a41aa4a51f83f2862dffad9ad0 (patch)
tree9239f4c344ca752db86f82eaf5c7ce57a8657c01 /libexec/rtld-elf/rtld.c
parent9c31ae18332f1e85ecb16a7e327a82c686ad6fe0 (diff)
downloadFreeBSD-src-1d5cce0fc05db0a41aa4a51f83f2862dffad9ad0.zip
FreeBSD-src-1d5cce0fc05db0a41aa4a51f83f2862dffad9ad0.tar.gz
As long threatened, stage 2 of making a dynamically-linked root a reality.
Install rtld into /libexec.
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 5fc03b0..e8cbf24 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -57,7 +57,7 @@
#endif
#define END_SYM "_end"
-#define PATH_RTLD "/usr/libexec/ld-elf.so.1"
+#define PATH_RTLD "/libexec/ld-elf.so.1"
/* Types. */
typedef void (*func_ptr_type)();
OpenPOWER on IntegriCloud