From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 963B2139695 for ; Tue, 18 Jul 2017 14:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D176FE083D; Tue, 18 Jul 2017 14:01:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD719E083D for ; Tue, 18 Jul 2017 14:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97BD63418E2 for ; Tue, 18 Jul 2017 14:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E37274A5 for ; Tue, 18 Jul 2017 14:01:42 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500386383.4e79f0b422672012f2f0897a846f8e8de66ad845.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv/files/yaskkserv.initd X-VCS-Directories: app-i18n/yaskkserv/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4e79f0b422672012f2f0897a846f8e8de66ad845 X-VCS-Branch: master Date: Tue, 18 Jul 2017 14:01:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2527721-5746-485d-8059-17d48c409bc1 X-Archives-Hash: 7bbb4220b2c0826a9de691af95608457 commit: 4e79f0b422672012f2f0897a846f8e8de66ad845 Author: Akinori Hattori gentoo org> AuthorDate: Tue Jul 18 13:59:43 2017 +0000 Commit: Akinori Hattori gentoo 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