diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-03-16 16:46:57 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-03-16 16:46:57 +0000 |
commit | 7ce9052cac6e69909ee2efa1c79123351ffe84b2 (patch) | |
tree | 2c83c10a4660885b302a022e8082ff835b6b6f4e /app-emulation/xen-tools | |
parent | net-misc/clusterssh: Version BUmp (diff) | |
download | gentoo-2-7ce9052cac6e69909ee2efa1c79123351ffe84b2.tar.gz gentoo-2-7ce9052cac6e69909ee2efa1c79123351ffe84b2.tar.bz2 gentoo-2-7ce9052cac6e69909ee2efa1c79123351ffe84b2.zip |
update depend() in xenstored.initd, fixes Bug #461632 by a.m
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rwxr-xr-x | app-emulation/xen-tools/files/xenstored.initd | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 0df0433ef470..667f936fe336 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.144 2013/03/05 18:05:35 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.145 2013/03/16 16:46:57 idella4 Exp $ + + 16 Mar 2013; Ian Delaney <idella4@gentoo.org> files/xenstored.initd: + update depend() in xenstored.initd, fixes Bug #461632 by a.m 05 Mar 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.0-r3.ebuild, xen-tools-4.2.1-r2.ebuild: diff --git a/app-emulation/xen-tools/files/xenstored.initd b/app-emulation/xen-tools/files/xenstored.initd index f85aa4fe464c..fa31efd7c824 100755 --- a/app-emulation/xen-tools/files/xenstored.initd +++ b/app-emulation/xen-tools/files/xenstored.initd @@ -1,10 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.2 2011/04/05 21:25:03 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.3 2013/03/16 16:46:57 idella4 Exp $ depend() { - need net before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp } |