Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/files/
Date: Mon, 01 Nov 2021 17:22:30
Message-Id: 1635787323.a18bd023e25cf04c27cfda5f850881eaf2756115.pinkbyte@gentoo
1 commit: a18bd023e25cf04c27cfda5f850881eaf2756115
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 17:22:03 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 17:22:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18bd023
7
8 net-misc/frr: fix multi-instance protocols configuration handling
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
12
13 net-misc/frr/files/frr-openrc-v1 | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/net-misc/frr/files/frr-openrc-v1 b/net-misc/frr/files/frr-openrc-v1
17 index 9e2f1ab914f..3f9da62e2a1 100644
18 --- a/net-misc/frr/files/frr-openrc-v1
19 +++ b/net-misc/frr/files/frr-openrc-v1
20 @@ -92,6 +92,7 @@ _load_daemon_list() {
21 for instance in $(echo $cdaemon_instances | tr ',' ' '); do
22 watchfrr_daemons="$watchfrr_daemons $daemon-$instance"
23 done
24 + continue
25 fi
26
27 # Single instance daemon handling.