From 4e79f0b422672012f2f0897a846f8e8de66ad845 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 18 Jul 2017 22:59:43 +0900 Subject: 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 b9ae738b92ac..d2e5aefd9e10 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 -- cgit v1.2.3-65-gdbad