commit:     4e79f0b422672012f2f0897a846f8e8de66ad845
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 13:59:43 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 13:59:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e79f0b4

app-i18n/yaskkserv: update init script

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/yaskkserv/files/yaskkserv.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd 
b/app-i18n/yaskkserv/files/yaskkserv.initd
index b9ae738b92a..d2e5aefd9e1 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.initd
+++ b/app-i18n/yaskkserv/files/yaskkserv.initd
@@ -2,10 +2,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-command="/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
+command="/usr/sbin/${RC_SVCNAME}_${YASKKSERV_SERVER_TYPE}"
 command_args="--no-daemonize ${YASKKSERV_OPTS}"
 command_background="true"
-pidfile="${pidfile:-/run/${SVCNAME}.pid}"
+pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
 
 depend() {
        need net

Reply via email to