Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/files/
Date: Wed, 30 Jun 2021 14:36:57
Message-Id: 1625063734.a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7.np-hardass@gentoo
1 commit: a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 18 16:09:30 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 14:35:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a977b7b6
7
8 net-misc/vde: Fix typo in initscript
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 net-misc/vde/files/vde.init-r1 | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/vde/files/vde.init-r1 b/net-misc/vde/files/vde.init-r1
17 index 0934c51f8f4..b1583c338f4 100644
18 --- a/net-misc/vde/files/vde.init-r1
19 +++ b/net-misc/vde/files/vde.init-r1
20 @@ -1,5 +1,5 @@
21 #!/sbin/openrc-run
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 command="/usr/bin/vde_switch"
27 @@ -19,7 +19,7 @@ start_pre() {
28 start() {
29 VDE_SOCKET="${VDE_SOCKET:-/run/${RC_SVCNAME}.ctl}"
30
31 - ebegin "Starting ${SVC_NAME}"
32 + ebegin "Starting ${RC_SVCNAME}"
33
34 start-stop-daemon --start --exec ${command} -- \
35 --pidfile=${pidfile} \