summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-28 10:34:03 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-28 10:34:03 +0000
commit064b252e0f8f758323c68831a814054ea6a169a7 (patch)
treeefda2c11ec236e08c84451086d25cd178c33acad
parent34762a7080a4c6ae8eb19eafb03e5263964192d5 (diff)
hmm.. /etc was perhaps a better place
-rw-r--r--gnu/libexec/ld.so/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/ld.so/config.h b/gnu/libexec/ld.so/config.h
index 8d571be1e01..c75c9c292ce 100644
--- a/gnu/libexec/ld.so/config.h
+++ b/gnu/libexec/ld.so/config.h
@@ -5,7 +5,7 @@
#else
# define LDSO_IMAGE "/lib/ld.so"
# define LDSO_CONF "/etc/ld.so.conf"
-# define LDSO_CACHE "/var/run/ld.so.cache"
+# define LDSO_CACHE "/etc/ld.so.cache"
#endif
#define LDD_ARGV0 "__LDD_ARGV0"