diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-03-18 12:09:30 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 10:35:34 -0400 |
commit | a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7 (patch) | |
tree | 7aa015660314bcf40c603234f3a630a1f063782f /net-misc/vde | |
parent | app-i18n/ibus-typing-booster: new upstream release (diff) | |
download | gentoo-a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7.tar.gz gentoo-a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7.tar.bz2 gentoo-a977b7b6ae0ce88c391460a0dd0b8e7ec93bb0b7.zip |
net-misc/vde: Fix typo in initscript
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'net-misc/vde')
-rw-r--r-- | net-misc/vde/files/vde.init-r1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vde/files/vde.init-r1 b/net-misc/vde/files/vde.init-r1 index 0934c51f8f48..b1583c338f46 100644 --- a/net-misc/vde/files/vde.init-r1 +++ b/net-misc/vde/files/vde.init-r1 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/vde_switch" @@ -19,7 +19,7 @@ start_pre() { start() { VDE_SOCKET="${VDE_SOCKET:-/run/${RC_SVCNAME}.ctl}" - ebegin "Starting ${SVC_NAME}" + ebegin "Starting ${RC_SVCNAME}" start-stop-daemon --start --exec ${command} -- \ --pidfile=${pidfile} \ |