From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/files/
Date: Tue, 29 Nov 2016 00:54:00 +0000 (UTC) [thread overview]
Message-ID: <1480380813.6f6750a4a9db5baeb5b324166a56ad63b18a1e1f.prometheanfire@gentoo> (raw)
commit: 6f6750a4a9db5baeb5b324166a56ad63b18a1e1f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 00:52:58 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 00:53:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6750a4
sys-cluster/nova: make init posix again, and a comment to a conf file
Package-Manager: portage-2.3.0
sys-cluster/nova/files/nova-compute.conf | 2 ++
sys-cluster/nova/files/nova.initd | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-cluster/nova/files/nova-compute.conf b/sys-cluster/nova/files/nova-compute.conf
index b006794..59c7aea 100644
--- a/sys-cluster/nova/files/nova-compute.conf
+++ b/sys-cluster/nova/files/nova-compute.conf
@@ -1,2 +1,4 @@
[DEFAULT]
+# mkisofs_cmd is needed as the default provider for the binary was remvoed as
+# a package from Gentoo.
mkisofs_cmd = /usr/bin/mkisofs
diff --git a/sys-cluster/nova/files/nova.initd b/sys-cluster/nova/files/nova.initd
index a1ba549..310a65b 100644
--- a/sys-cluster/nova/files/nova.initd
+++ b/sys-cluster/nova/files/nova.initd
@@ -9,7 +9,7 @@ command_background=yes
pidfile=/var/run/nova/${SVCNAME}.pid
required_files=/etc/nova/nova.conf
start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova} --config-file /etc/nova/nova.conf"
-if [[ "$SVCNAME" == nova-compute ]]; then
+if [ "$SVCNAME" == nova-compute ]; then
required_files="${required_files} /etc/nova/nova-compute.conf"
start_stop_daemon_args="${start_stop_daemon_args} --config-file /etc/nova/nova-compute.conf"
fi
next reply other threads:[~2016-11-29 0:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-29 0:54 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-30 5:51 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/files/ Matt Thode
2016-11-30 6:32 Matt Thode
2016-11-30 6:43 Matt Thode
2017-09-18 4:55 Matt Thode
2020-05-02 18:38 Matthew Thode
2020-11-20 13:26 Aaron Bauman
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=1480380813.6f6750a4a9db5baeb5b324166a56ad63b18a1e1f.prometheanfire@gentoo \
--to=prometheanfire@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