From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/files/
Date: Sun, 15 Jul 2018 18:22:14 +0000 (UTC) [thread overview]
Message-ID: <1531678817.6022b0f4d356200dede844a86ce07439a15d46b0.graaff@gentoo> (raw)
commit: 6022b0f4d356200dede844a86ce07439a15d46b0
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Thu Jul 12 20:18:35 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:20:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6022b0f4
dev-ruby/rubygems: change init script from --chuid to --user
Change start-stop-daemon argument away from a deprecated one, that
commit gets rid of a warning when starting.
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
dev-ruby/rubygems/files/init.d-gem_server2 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rubygems/files/init.d-gem_server2 b/dev-ruby/rubygems/files/init.d-gem_server2
index c7a6b6f1dc0..213d88b0bd6 100644
--- a/dev-ruby/rubygems/files/init.d-gem_server2
+++ b/dev-ruby/rubygems/files/init.d-gem_server2
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PID=/var/run/gem_server.pid
@@ -10,8 +10,9 @@ depend() {
start() {
ebegin "Starting gem_server"
- start-stop-daemon --start --chuid nobody --quiet --background --make-pidfile \
- --pidfile ${PID} --exec /usr/bin/ruby -- /usr/bin/gem server ${GEM_SERVER_OPTS}
+ start-stop-daemon --start --user nobody --quiet --background \
+ --make-pidfile --pidfile ${PID} --exec /usr/bin/ruby -- \
+ /usr/bin/gem server ${GEM_SERVER_OPTS}
eend ${?}
}
next reply other threads:[~2018-07-15 18:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-15 18:22 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-22 8:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/files/ Hans de Graaff
2023-06-23 21:29 Conrad Kostecki
2022-08-30 22:57 Conrad Kostecki
2022-02-27 9:28 Hans de Graaff
2016-10-31 12:09 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1531678817.6022b0f4d356200dede844a86ce07439a15d46b0.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox