diff options
Diffstat (limited to 'app-emulation/xen/files/xend-init')
-rw-r--r-- | app-emulation/xen/files/xend-init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/files/xend-init b/app-emulation/xen/files/xend-init index ad0486e52fef..8d35528a7968 100644 --- a/app-emulation/xen/files/xend-init +++ b/app-emulation/xen/files/xend-init @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/files/xend-init,v 1.3 2005/10/08 12:32:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/files/xend-init,v 1.4 2005/12/23 14:22:55 chrb Exp $ opts="start stop status restart" depend() { need net - before xendomain sshd ntpd nfs nfsmount rsyncd portmap + before xendomains sshd ntpd nfs nfsmount rsyncd portmap dhcp } await_daemons_up() { |