Subject: Re: xen2 questions was: Xen 3.x with NetBSD 3.x x86-64/64-bits/amd64 Dom0
To: Sarton O'Brien <bsd-xen@roguewrt.org>
From: Alistair Crooks <agc@pkgsrc.org>
List: port-xen
Date: 03/26/2007 00:44:39
On Mon, Mar 26, 2007 at 09:24:35AM +1000, Sarton O'Brien wrote:
> Philip wrote:
> >Thanks, I got it working
> >
> >the complete answer is this
> >
> >1. install xentools20
> >2. cp /usr/pkg/share/examples/rc.d/xendomains /etc/rc.d/.
> 
> Or "ln -s /usr/pkg/share/examples/rc.d/xendomains /etc/rc.d/" which 
> tends to be the preferred option so as not to confuse package rc.d 
> scripts and system ones.

It's much easier to put 

PKG_RCD_SCRIPTS=yes

in /etc/mk.conf before installing the package - that will do all the
copying for you.

Regards,
Alistair