* [gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: nova.initd
@ 2014-04-01 3:46 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-04-01 3:46 UTC (permalink / raw
To: gentoo-commits
prometheanfire 14/04/01 03:46:51
Added: nova.initd
Log:
update to nova and deps 2013.2.9999
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.1 sys-cluster/nova/files/nova.initd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.1&content-type=text/plain
Index: nova.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="Starts ${SVCNAME} service for OpenStack"
command=/usr/bin/${SVCNAME}
command_background=yes
pidfile=/var/run/nova/${SVCNAME}.pid
required_files=/etc/nova/nova.conf
start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova}"
depend() {
need net
need rabbitmq
}
start_pre() {
checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova} --mode 0664 ${NOVA_RUN:-/var/run/nova}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: nova.initd
@ 2014-04-28 3:03 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-04-28 3:03 UTC (permalink / raw
To: gentoo-commits
prometheanfire 14/04/28 03:03:58
Modified: nova.initd
Log:
for patrick
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 sys-cluster/nova/files/nova.initd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?r1=1.1&r2=1.2
Index: nova.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/files/nova.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nova.initd 1 Apr 2014 03:46:51 -0000 1.1
+++ nova.initd 28 Apr 2014 03:03:58 -0000 1.2
@@ -17,4 +17,5 @@
start_pre() {
checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova} --mode 0664 ${NOVA_RUN:-/var/run/nova}
+ checkpath --directory --owner ${NOVA_USER:-nova}:${NOVA_GROUP:-nova} --mode 0664 ${NOVA_RUN:-/var/lock/nova}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: nova.initd
@ 2014-04-28 4:00 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-04-28 4:00 UTC (permalink / raw
To: gentoo-commits
prometheanfire 14/04/28 04:00:51
Modified: nova.initd
Log:
don't depend unneeded init stuff
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.3 sys-cluster/nova/files/nova.initd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/files/nova.initd?r1=1.2&r2=1.3
Index: nova.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/files/nova.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nova.initd 28 Apr 2014 03:03:58 -0000 1.2
+++ nova.initd 28 Apr 2014 04:00:51 -0000 1.3
@@ -12,7 +12,6 @@
depend() {
need net
- need rabbitmq
}
start_pre() {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-28 4:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 3:46 [gentoo-commits] gentoo-x86 commit in sys-cluster/nova/files: nova.initd Matt Thode (prometheanfire)
-- strict thread matches above, loose matches on Subject: below --
2014-04-28 3:03 Matt Thode (prometheanfire)
2014-04-28 4:00 Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox