* [gentoo-commits] repo/gentoo:master commit in: app-text/languagetool/files/, app-text/languagetool/
@ 2023-09-25 2:21 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2023-09-25 2:21 UTC (permalink / raw
To: gentoo-commits
commit: 0b476bb3929092b24c5e7e58aab196b1c1c46115
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 02:17:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 02:18:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b476bb3
app-text/languagetool: fix start-stop-daemon args
Closes: https://bugs.gentoo.org/817398
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/languagetool/files/languagetool.initd | 6 +++---
.../{languagetool-5.4.ebuild => languagetool-5.4-r1.ebuild} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/languagetool/files/languagetool.initd b/app-text/languagetool/files/languagetool.initd
index 30a72a91a932..79568f20051a 100644
--- a/app-text/languagetool/files/languagetool.initd
+++ b/app-text/languagetool/files/languagetool.initd
@@ -7,13 +7,13 @@ depend() {
start() {
ebegin "Starting languagetool [server]"
- start-stop-daemon --start --background --exec /bin/bash /usr/bin/languagetool-server \
- --config "/etc/languagetool.cfg" --allow-origin "*" --port 8081
+ start-stop-daemon --start --background --exec /bin/bash -- /usr/bin/languagetool-server \
+ --config "/etc/languagetool.cfg" --allow-origin "*" --port 8081
eend $?
}
stop() {
ebegin "Stopping languagetool [server]"
- start-stop-daemon --stop --exec /bin/bash /usr/bin/languagetool-server
+ start-stop-daemon --stop --exec /bin/bash -- /usr/bin/languagetool-server
eend $?
}
diff --git a/app-text/languagetool/languagetool-5.4.ebuild b/app-text/languagetool/languagetool-5.4-r1.ebuild
similarity index 100%
rename from app-text/languagetool/languagetool-5.4.ebuild
rename to app-text/languagetool/languagetool-5.4-r1.ebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-25 2:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 2:21 [gentoo-commits] repo/gentoo:master commit in: app-text/languagetool/files/, app-text/languagetool/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox