summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-06-25 15:19:24 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-06-25 15:19:24 +0900
commit7f5027649b1a38ab7ed633071e3cc12e344e8d68 (patch)
treed8baf6c94d1fec939b5b13bc6062d6ed2b7237fd /app-i18n/yaskkserv/files
parentapp-misc/media-player-info: add python-3.6 support (diff)
downloadgentoo-7f5027649b1a38ab7ed633071e3cc12e344e8d68.tar.gz
gentoo-7f5027649b1a38ab7ed633071e3cc12e344e8d68.tar.bz2
gentoo-7f5027649b1a38ab7ed633071e3cc12e344e8d68.zip
app-i18n/yaskkserv: avoid phase function call
Gentoo-Bug: 596620 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/yaskkserv/files')
-rw-r--r--app-i18n/yaskkserv/files/yaskkserv.initd6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd b/app-i18n/yaskkserv/files/yaskkserv.initd
index 7e081d1938b7..b9ae738b92ac 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.initd
+++ b/app-i18n/yaskkserv/files/yaskkserv.initd
@@ -1,11 +1,11 @@
#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# 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/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
command_args="--no-daemonize ${YASKKSERV_OPTS}"
command_background="true"
-pidfile=${pidfile:-/run/${SVCNAME}.pid}
+pidfile="${pidfile:-/run/${SVCNAME}.pid}"
depend() {
need net