diff options
author | Lance Albertson <ramereth@gentoo.org> | 2011-03-29 21:23:53 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2011-03-29 21:23:53 +0000 |
commit | cca75491d72ee1228563fe3472deda9dbdec52fc (patch) | |
tree | 84fba53899a6332928a505a0590e57bde62a36c6 /app-emulation/ganeti | |
parent | Stable for HPPA (bug #359953). (diff) | |
download | gentoo-2-cca75491d72ee1228563fe3472deda9dbdec52fc.tar.gz gentoo-2-cca75491d72ee1228563fe3472deda9dbdec52fc.tar.bz2 gentoo-2-cca75491d72ee1228563fe3472deda9dbdec52fc.zip |
add nfsmount deps to init script
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/ganeti/files/ganeti.initd | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog index 67cfa044b809..0f36c586edb1 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.45 2011/03/09 18:20:00 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.46 2011/03/29 21:23:53 ramereth Exp $ + + 29 Mar 2011; Lance Albertson <ramereth@gentoo.org> files/ganeti.initd: + Start after nfsmount if its used on the init script *ganeti-2.4.1 (09 Mar 2011) diff --git a/app-emulation/ganeti/files/ganeti.initd b/app-emulation/ganeti/files/ganeti.initd index a6c9520491bb..908b5ff26cf4 100644 --- a/app-emulation/ganeti/files/ganeti.initd +++ b/app-emulation/ganeti/files/ganeti.initd @@ -1,11 +1,11 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation +# 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.1 2007/11/23 12:45:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/files/ganeti.initd,v 1.2 2011/03/29 21:23:53 ramereth Exp $ depend() { need localmount xend drbd - after bootmisc + after bootmisc nfsmount } checkconfig() { |