diff --git a/openrc-0.12.4/init.d/bootmisc.in b/openrc-0.12.4/init.d/bootmisc.in index 526ebff..7845cca 100644 --- a/openrc-0.12.4/init.d/bootmisc.in +++ b/openrc-0.12.4/init.d/bootmisc.in @@ -64,7 +64,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.so.hints \ + ! -name ld-elf32.so.hints ! -name ld32.so.hints); do # Clean stale sockets if [ -S "$x" ]; then