summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/ganeti/ChangeLog5
-rw-r--r--app-emulation/ganeti/files/ganeti.initd3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog
index 0f36c586edb1..028c7a0b83c8 100644
--- a/app-emulation/ganeti/ChangeLog
+++ b/app-emulation/ganeti/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/ganeti
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.46 2011/03/29 21:23:53 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.47 2011/03/29 22:12:25 ramereth Exp $
+
+ 29 Mar 2011; Lance Albertson <ramereth@gentoo.org> files/ganeti.initd:
+ add more constraints to init script
29 Mar 2011; Lance Albertson <ramereth@gentoo.org> files/ganeti.initd:
Start after nfsmount if its used on the init script
diff --git a/app-emulation/ganeti/files/ganeti.initd b/app-emulation/ganeti/files/ganeti.initd
index 908b5ff26cf4..8e4a55f8e821 100644
--- a/app-emulation/ganeti/files/ganeti.initd
+++ b/app-emulation/ganeti/files/ganeti.initd
@@ -1,10 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.2 2011/03/29 21:23:53 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.3 2011/03/29 22:12:25 ramereth Exp $
depend() {
need localmount xend drbd
+ before ganeti-kvm-poweroff
after bootmisc nfsmount
}