Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455622 - app-emulation/xen-tools has inconsistent conf.d for screen/non-screen builds
Summary: app-emulation/xen-tools has inconsistent conf.d for screen/non-screen builds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 16:40 UTC by Tomáš Mózes
Modified: 2013-02-10 08:41 UTC (History)
1 user (show)

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 Tomáš Mózes 2013-02-05 16:40:26 UTC
Xen-tools built with 'screen' use flag install xendomains-screen.confd with these variables:
SCREEN="yes"
SCREEN_NAME="xen"
SCREEN_LOG_INTERVAL="1"

However, Xen-tools built without this use flag install xendomains.confd:
AUTODIR=/etc/xen/auto
PARALLEL_SHUTDOWN=yes

I suppose the screened version of the conf.d could also set the AUTODIR and PARALLEL_SHUTDOWN.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-02-09 07:21:29 UTC
  09 Feb 2013; Ian Delaney <idella4@gentoo.org> files/xendomains-screen.confd,
  files/xendomains.initd-r2, xen-tools-4.2.1-r1.ebuild:
  Added xendomains.confd to start of xendomains-screen.confd suggested in Bug
  #455622, edited xendomains.initd-r2 wrt suggestion from Bug #455626
Comment 2 Tomáš Mózes 2013-02-09 07:28:32 UTC
Thanks for taking care of this :)
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2013-02-10 08:41:02 UTC
That's what I'm here for