Gentoo Archives: gentoo-commits

From: Artemis Everfree <artemis@×××××××.sh>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/fastd/
Date: Wed, 01 Feb 2023 04:09:15
Message-Id: 1675224545.e8e9f77fc8662f83ff4608d3ccdc4f511dff727e.artemis@gentoo
1 commit: e8e9f77fc8662f83ff4608d3ccdc4f511dff727e
2 Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
3 AuthorDate: Wed Feb 1 04:08:28 2023 +0000
4 Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
5 CommitDate: Wed Feb 1 04:09:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8e9f77f
7
8 net-vpn/fastd: keepdir /etc/fastd
9
10 Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
11
12 net-vpn/fastd/fastd-22.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-vpn/fastd/fastd-22.ebuild b/net-vpn/fastd/fastd-22.ebuild
16 index 789e8b99d..a785085ab 100644
17 --- a/net-vpn/fastd/fastd-22.ebuild
18 +++ b/net-vpn/fastd/fastd-22.ebuild
19 @@ -70,4 +70,5 @@ src_install() {
20 systemd_dounit "doc/examples/fastd@.service"
21 newinitd "${FILESDIR}/fastd.init" fastd
22 use doc && doman doc/build/man/*
23 + keepdir /etc/fastd
24 }