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 8AFA01382C5 for ; Sat, 5 May 2018 18:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DAF6E084A; Sat, 5 May 2018 18:51:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7858FE084A for ; Sat, 5 May 2018 18:51:10 +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 5091D335C7E for ; Sat, 5 May 2018 18:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E0935 for ; Sat, 5 May 2018 18:51:07 +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: <1525546205.4219e1c3902b540eaa7054fcab1406e85c64cd35.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-9999.ebuild X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4219e1c3902b540eaa7054fcab1406e85c64cd35 X-VCS-Branch: master Date: Sat, 5 May 2018 18:51:07 +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: 74082817-7fae-4b26-b0a7-df3e780d8efc X-Archives-Hash: f08298cd69d5f62c1ee0c58483ea186d commit: 4219e1c3902b540eaa7054fcab1406e85c64cd35 Author: William Hubbs gentoo org> AuthorDate: Sat May 5 18:50:05 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat May 5 18:50:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4219e1c3 net-misc/dhcpcd: sync live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/dhcpcd/dhcpcd-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 2723156dac9..3d93853bedc 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -50,6 +50,7 @@ src_configure() src_install() { default + keepdir /var/lib/dhcpcd newinitd "${FILESDIR}"/${PN}.initd ${PN} systemd_dounit "${FILESDIR}"/${PN}.service }