summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2011-03-29 22:12:25 +0000
committerLance Albertson <ramereth@gentoo.org>2011-03-29 22:12:25 +0000
commit0819e6e6b94803a57916f9e719f4a6947ad7524f (patch)
tree60f3c554203e89ab98f604d9650a55c97fd591c7 /app-emulation
parentupdate and forced security fix (bug 358029) (diff)
downloadgentoo-2-0819e6e6b94803a57916f9e719f4a6947ad7524f.tar.gz
gentoo-2-0819e6e6b94803a57916f9e719f4a6947ad7524f.tar.bz2
gentoo-2-0819e6e6b94803a57916f9e719f4a6947ad7524f.zip
add more constraints to init script
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-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
}