Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115969 - app-emulation/xen-3.0.0-r1 init script fixes
Summary: app-emulation/xen-3.0.0-r1 init script fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Chris Bainbridge (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 11:16 UTC by Christopher G. Stach II
Modified: 2005-12-23 06:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.