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/files | |
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/files')
-rwxr-xr-x | app-emulation/xen-tools/files/xenstored.initd | 5 |
1 files changed, 2 insertions, 3 deletions
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 } |