From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rocx4-0001D0-Oz for garchives@archives.gentoo.org; Sat, 21 Jan 2012 15:33:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04251E080D; Sat, 21 Jan 2012 15:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C59C0E080D for ; Sat, 21 Jan 2012 15:33:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3040A1B4014 for ; Sat, 21 Jan 2012 15:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 516D480042 for ; Sat, 21 Jan 2012 15:33:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <8bf0439417f77c668165cbe1b7f12f45f0ccff59.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8bf0439417f77c668165cbe1b7f12f45f0ccff59 Date: Sat, 21 Jan 2012 15:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: defbcb5a-1f3c-4632-a1fe-ca7d0be9e3ab X-Archives-Hash: ff06da93758c00efe817437a94574bc5 commit: 8bf0439417f77c668165cbe1b7f12f45f0ccff59 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sat Jan 21 15:08:50 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sat Jan 21 15:08:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D8bf04394 sys-apps/systemd: Make /run creation failure non-fatal. (Portage version: 2.2.0_alpha84_p38/git/Linux x86_64, unsigned Manifest c= ommit) --- sys-apps/systemd/systemd-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index 862722c..e4ea5ef 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -155,7 +155,7 @@ optfeature() { } =20 pkg_postinst() { - mkdir -p "${ROOT}"/run || die + mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean = trouble." if [[ ! -L "${ROOT}"/etc/mtab ]]; then ewarn "Upstream suggests that the /etc/mtab file should be a symlink t= o /proc/mounts." ewarn "It is known to cause users being unable to unmount user mounts.= If you don't"