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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABF1015800F for ; Wed, 1 Feb 2023 21:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA6CBE09A6; Wed, 1 Feb 2023 21:36:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 973FEE09A6 for ; Wed, 1 Feb 2023 21:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A042633BED4 for ; Wed, 1 Feb 2023 21:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 756948A0 for ; Wed, 1 Feb 2023 21:36:11 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1675224545.e8e9f77fc8662f83ff4608d3ccdc4f511dff727e.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/fastd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/fastd/fastd-22.ebuild X-VCS-Directories: net-vpn/fastd/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e8e9f77fc8662f83ff4608d3ccdc4f511dff727e X-VCS-Branch: master Date: Wed, 1 Feb 2023 21:36:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd759a4c-9ba3-46e6-a290-27400dc17c22 X-Archives-Hash: 7c0cf663284effe26e718738c0ca9153 commit: e8e9f77fc8662f83ff4608d3ccdc4f511dff727e Author: Artemis Everfree artemis sh> AuthorDate: Wed Feb 1 04:08:28 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Feb 1 04:09:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8e9f77f net-vpn/fastd: keepdir /etc/fastd Signed-off-by: Artemis Everfree artemis.sh> net-vpn/fastd/fastd-22.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/fastd/fastd-22.ebuild b/net-vpn/fastd/fastd-22.ebuild index 789e8b99d..a785085ab 100644 --- a/net-vpn/fastd/fastd-22.ebuild +++ b/net-vpn/fastd/fastd-22.ebuild @@ -70,4 +70,5 @@ src_install() { systemd_dounit "doc/examples/fastd@.service" newinitd "${FILESDIR}/fastd.init" fastd use doc && doman doc/build/man/* + keepdir /etc/fastd }