summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-04-28 04:00:51 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-04-28 04:00:51 +0000
commite53b85859e0146236429107c5ad17b5913cc3834 (patch)
tree88d9de304a2bdf3196ccf3b8cd6e2bfc29cc3b09 /sys-cluster/nova
parent1 (diff)
downloadgentoo-2-e53b85859e0146236429107c5ad17b5913cc3834.tar.gz
gentoo-2-e53b85859e0146236429107c5ad17b5913cc3834.tar.bz2
gentoo-2-e53b85859e0146236429107c5ad17b5913cc3834.zip
don't depend unneeded init stuff
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r--sys-cluster/nova/ChangeLog5
-rw-r--r--sys-cluster/nova/files/nova.initd1
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog
index e373f25bb54b..f1314da074d7 100644
--- a/sys-cluster/nova/ChangeLog
+++ b/sys-cluster/nova/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/nova
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.60 2014/04/28 03:03:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.61 2014/04/28 04:00:51 prometheanfire Exp $
+
+ 28 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> files/nova.initd:
+ don't depend unneeded init stuff
*nova-2014.1 (28 Apr 2014)
*nova-2014.1.9999 (28 Apr 2014)
diff --git a/sys-cluster/nova/files/nova.initd b/sys-cluster/nova/files/nova.initd
index ff1f4b11f7ca..fcd2ec292be1 100644
--- a/sys-cluster/nova/files/nova.initd
+++ b/sys-cluster/nova/files/nova.initd
@@ -12,7 +12,6 @@ start_stop_daemon_args="--quiet --user ${NOVA_USER:-nova}"
depend() {
need net
- need rabbitmq
}
start_pre() {