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 5FBDC1382C5 for ; Tue, 6 Mar 2018 14:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B67E08F4; Tue, 6 Mar 2018 14:43:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FC70E08DB for ; Tue, 6 Mar 2018 14:43:20 +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 51C5F335C2F for ; Tue, 6 Mar 2018 14:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6287244 for ; Tue, 6 Mar 2018 14:43:17 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1520347386.6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.12.04-r3.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1 X-VCS-Branch: master Date: Tue, 6 Mar 2018 14:43:17 +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: ea304451-781b-4892-857f-cc85d196f18b X-Archives-Hash: 0f31d7e834f4726ac835848612242cb4 commit: 6d025b67ef35ebad7e08b3ba6f70a470ccfbf4c1 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Mar 6 11:00:28 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Mar 6 14:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d025b67 sci-physics/root: keep directories needed by rootd daemon Closes: https://bugs.gentoo.org/648692 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-physics/root/root-6.12.04-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-physics/root/root-6.12.04-r3.ebuild b/sci-physics/root/root-6.12.04-r3.ebuild index 54a2507bc98..9ff4f451b92 100644 --- a/sci-physics/root/root-6.12.04-r3.ebuild +++ b/sci-physics/root/root-6.12.04-r3.ebuild @@ -267,6 +267,7 @@ daemon_install() { fowners rootd:rootd /var/spool/rootd dodir /var/spool/rootd/{pub,tmp} fperms 1777 /var/spool/rootd/{pub,tmp} + keepdir /var/spool/rootd/{pub,tmp} local i for i in ${daemons}; do