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 AFDA0138334 for ; Sun, 25 Nov 2018 21:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 633BAE09EB; Sun, 25 Nov 2018 21:43:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 38804E09EB for ; Sun, 25 Nov 2018 21:43:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2222F335D94 for ; Sun, 25 Nov 2018 21:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A314BB for ; Sun, 25 Nov 2018 21:43:06 +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: <1543182176.73e3a022b938e4d6d61ccebcd683de66e0f881b7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minidlna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/minidlna/minidlna-1.2.1-r1.ebuild X-VCS-Directories: net-misc/minidlna/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73e3a022b938e4d6d61ccebcd683de66e0f881b7 X-VCS-Branch: master Date: Sun, 25 Nov 2018 21:43:06 +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: aa22d183-3e1a-4bab-a4e6-c57ad9ec0208 X-Archives-Hash: 8ee1eabd039951cef0dda19e1507ffb6 commit: 73e3a022b938e4d6d61ccebcd683de66e0f881b7 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 25 21:10:20 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 25 21:42:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e3a022 net-misc/minidlna: Use stdin form of systemd_newtmpfilesd Signed-off-by: Michał Górny gentoo.org> net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild index 585f423e7c3..585a86c1acc 100644 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild @@ -66,8 +66,9 @@ src_install() { newconfd "${FILESDIR}"/minidlna-1.0.25.confd minidlna newinitd "${FILESDIR}"/minidlna-1.1.5.initd minidlna systemd_newunit "${FILESDIR}"/minidlna-1.1.2.service minidlna.service - echo "d /run/minidlna 0755 minidlna minidlna -" > "${T}"/minidlna.conf - systemd_dotmpfilesd "${T}"/minidlna.conf + systemd_newtmpfilesd - minidlna.conf <<-EOF + d /run/minidlna 0755 minidlna minidlna - + EOF keepdir /var/{lib,log}/minidlna