Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 115969

Summary: app-emulation/xen-3.0.0-r1 init script fixes
Product: Gentoo Linux Reporter: Christopher G. Stach II <cgs>
Component: New packagesAssignee: Chris Bainbridge (RETIRED) <chrb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christopher G. Stach II 2005-12-18 11:16:40 UTC
init.d/xend should say:

depend() {
        need net
        before xendomains sshd ntpd nfs nfsmount rsyncd portmap dhcp
}

* xendomains, not xendomain
* Added dhcp

init.d/xendomains should say:

depend() {
        need xend
        after dhcp
}

* Added after dhcp

The dhcp additions are in case you want dom0 to serve dhcp for your guest domains.
Comment 1 Chris Bainbridge (RETIRED) gentoo-dev 2005-12-23 06:25:12 UTC
Should be fixed in -r2. Thanks for your help.