Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/
Date: Tue, 18 Jul 2017 14:01:45
Message-Id: 1500386383.4e79f0b422672012f2f0897a846f8e8de66ad845.hattya@gentoo
1 commit: 4e79f0b422672012f2f0897a846f8e8de66ad845
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 13:59:43 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 13:59:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e79f0b4
7
8 app-i18n/yaskkserv: update init script
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-i18n/yaskkserv/files/yaskkserv.initd | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd b/app-i18n/yaskkserv/files/yaskkserv.initd
16 index b9ae738b92a..d2e5aefd9e1 100644
17 --- a/app-i18n/yaskkserv/files/yaskkserv.initd
18 +++ b/app-i18n/yaskkserv/files/yaskkserv.initd
19 @@ -2,10 +2,10 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -command="/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
24 +command="/usr/sbin/${RC_SVCNAME}_${YASKKSERV_SERVER_TYPE}"
25 command_args="--no-daemonize ${YASKKSERV_OPTS}"
26 command_background="true"
27 -pidfile="${pidfile:-/run/${SVCNAME}.pid}"
28 +pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
29
30 depend() {
31 need net