From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EB0B139694 for ; Mon, 10 Apr 2017 15:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2041E0D09; Mon, 10 Apr 2017 15:29:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACF49E0D09 for ; Mon, 10 Apr 2017 15:29:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5116E340AC7 for ; Mon, 10 Apr 2017 15:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BED73F3 for ; Mon, 10 Apr 2017 15:29:27 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1491837328.6f88ee4ec6f59e545346a7422facc3e5b6adac04.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6f88ee4ec6f59e545346a7422facc3e5b6adac04 X-VCS-Branch: master Date: Mon, 10 Apr 2017 15:29:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b2e5c82-cc49-4767-bdc1-4e4e825d24ab X-Archives-Hash: 12ff4c4e5d1a700334996d2f38adc3b9 commit: 6f88ee4ec6f59e545346a7422facc3e5b6adac04 Author: i.Dark_Templar dark-templar-archives net> AuthorDate: Mon Apr 10 14:07:17 2017 +0000 Commit: William Hubbs gentoo 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