* [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/
@ 2017-07-18 14:01 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2017-07-18 14:01 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/
@ 2023-04-15 1:37 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2023-04-15 1:37 UTC (permalink / raw
To: gentoo-commits
commit: b83b9efea225ca2ba65c38c3bbb1b50c64bff59f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 01:36:27 2023 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 01:36:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83b9efe
app-i18n/yaskkserv: fix systemd unit
Closes: https://bugs.gentoo.org/889544
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/yaskkserv/files/yaskkserv.service | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-i18n/yaskkserv/files/yaskkserv.service b/app-i18n/yaskkserv/files/yaskkserv.service
index 40c8ee4c8974..770de1fcf02b 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.service
+++ b/app-i18n/yaskkserv/files/yaskkserv.service
@@ -5,8 +5,7 @@ Requires=yaskkserv.socket
[Service]
User=nobody
-EnvironmentFile=/etc/conf.d/yaskkserv
-ExecStart=/usr/sbin/yaskkserv${YASKKSERV_SERVER_TYPE} --no-daemonize ${YASKKSERV_OPTS}
+ExecStart=/usr/sbin/yaskkserv_normal --no-daemonize /usr/share/skk/SKK-JISYO.L.yaskkserv
[Install]
WantedBy=multi-user.target
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-15 1:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-15 1:37 [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2017-07-18 14:01 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox