commit:     acf00ba6dd6a4f9374896d6e30b965f9aa2b85b2
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 23:35:44 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 23:36:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf00ba6

net-misc/vde: Tweak verbosity of init script

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/vde/files/vde.init-r1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/vde/files/vde.init-r1 b/net-misc/vde/files/vde.init-r1
index b2ad548f372..0934c51f8f4 100644
--- a/net-misc/vde/files/vde.init-r1
+++ b/net-misc/vde/files/vde.init-r1
@@ -19,6 +19,8 @@ start_pre() {
 start() {
        VDE_SOCKET="${VDE_SOCKET:-/run/${RC_SVCNAME}.ctl}"
 
+       ebegin "Starting ${SVC_NAME}"
+
        start-stop-daemon --start --exec ${command} -- \
                --pidfile=${pidfile} \
                --tap=${VDE_TAP} \

Reply via email to