commit: 6f88ee4ec6f59e545346a7422facc3e5b6adac04
Author: i.Dark_Templar <darktemplar <AT> dark-templar-archives <DOT> net>
AuthorDate: Mon Apr 10 14:07:17 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 15:15:28 2017 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6f88ee4e
bootmisc: do not remove ld-elf32.so.hints
File /var/run/ld-elf32.so.hints is used on FreeBSD 64bit multilib
This fixes #125.
init.d/bootmisc.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index efc1c572..40d3c933 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -71,7 +71,8 @@ cleanup_var_run_dir()
ebegin "Cleaning /var/run"
for x in $(find /var/run ! -type d ! -name utmp \
! -name random-seed ! -name dev.db \
- ! -name ld-elf.so.hints ! -name ld.so.hints);
+ ! -name ld-elf.so.hints ! -name ld-elf32.so.hints \
+ ! -name ld.so.hints);
do
# Clean stale sockets
if [ -S "$x" ]; then