bootmisc: do not remove ld-elf32.so.hints
File /var/run/ld-elf32.so.hints is used on FreeBSD 64bit multilib This fixes #125.
This commit is contained in:
parent
cc51bdca3b
commit
6f88ee4ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user