From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1343138010 for ; Thu, 4 Oct 2012 20:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12B9621C006; Thu, 4 Oct 2012 20:17:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B9E221C006 for ; Thu, 4 Oct 2012 20:17:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE21233C2F0 for ; Thu, 4 Oct 2012 20:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 57594E5436 for ; Thu, 4 Oct 2012 20:17:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1349381716.30e39c369bda1ca9c0b227e8e083b59dc15fa40f.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: 30e39c369bda1ca9c0b227e8e083b59dc15fa40f X-VCS-Branch: master Date: Thu, 4 Oct 2012 20:17:51 +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: a90b4042-90f8-4a5d-a87f-66a54a98a7e7 X-Archives-Hash: b97b2c5f64f424ea0e2d14c5cfa2f0fe commit: 30e39c369bda1ca9c0b227e8e083b59dc15fa40f Author: Michał Górny gentoo org> AuthorDate: Thu Oct 4 20:15:16 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 4 20:15:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=30e39c36 sys-apps/systemd: Preserve empty dirs, bug #437008. (Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit) --- sys-apps/systemd/systemd-9999.ebuild | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 2ffeabd..d13cab8 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -163,6 +163,10 @@ src_install() { mv "${D}"/usr/lib/sysctl.d/coredump.conf \ "${D}"/etc/sysctl.d/coredump.conf.disabled || die + # Preserve empty dirs in /etc & /var, bug #437008 + keepdir /etc/binfmt.d /etc/modules-load.d /etc/tmpfiles.d \ + /etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd + # Check whether we won't break user's system. [[ -x "${D}"/bin/systemd ]] || die '/bin/systemd symlink broken, aborting.' [[ -x "${D}"/usr/bin/systemd ]] || die '/usr/bin/systemd symlink broken, aborting.'