Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/files/
Date: Wed, 30 Nov 2016 05:52:01
Message-Id: 1480485097.b7200b07d00c27cff4de1e4422cbdab76f176bf7.prometheanfire@gentoo
1 commit: b7200b07d00c27cff4de1e4422cbdab76f176bf7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 05:51:37 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 05:51:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7200b07
7
8 sys-cluster/nova: fixing nova.initd
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/nova/files/nova.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/nova/files/nova.initd b/sys-cluster/nova/files/nova.initd
16 index 310a65b..a75a33c 100644
17 --- a/sys-cluster/nova/files/nova.initd
18 +++ b/sys-cluster/nova/files/nova.initd
19 @@ -8,7 +8,7 @@ command=/usr/bin/${SVCNAME}
20 command_background=yes
21 pidfile=/var/run/nova/${SVCNAME}.pid
22 required_files=/etc/nova/nova.conf
23 -start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova} --config-file /etc/nova/nova.conf"
24 +start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova} -- --config-file /etc/nova/nova.conf"
25 if [ "$SVCNAME" == nova-compute ]; then
26 required_files="${required_files} /etc/nova/nova-compute.conf"
27 start_stop_daemon_args="${start_stop_daemon_args} --config-file /etc/nova/nova-compute.conf"