Subject: CVS commit: pkgsrc/sysutils/xentools20
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2005 00:47:35
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Nov  8 00:47:35 UTC 2005

Modified Files:
	pkgsrc/sysutils/xentools20: Makefile PLIST
	pkgsrc/sysutils/xentools20/files: block-file-nbsd vif-bridge-nbsd
	    xend.sh
Added Files:
	pkgsrc/sysutils/xentools20: MESSAGE.NetBSD
	pkgsrc/sysutils/xentools20/files: network-nbsd xendomains.sh

Log Message:
* Add a MESSAGE file with helpful information for NetBSD domain0
  installations.

* Modify the package to not install all of the configuration files with
  the execute bit set -- only install the helper scripts that way.

* Update the block-file-nbsd script to not blindly try to configure (and
  often fail to configure) every vnd(4) device until it finds one that
  works.  We now just determine what the next free vnd(4) device is and
  configure it directly.

* Add a netbsd-nbsd script that avoids trying to do all the Linux-specific
  that just filled the log files with garbage on NetBSD.

* Update the vif-bridge-nbsd script to check that the bridge device is
  configured before using it.

* Add clear comments at the top of scripts that can be customized so that
  the user has enough information to know how to do the customization.

* Add a xendomains rc.d script that can be used to start and stop guest
  domains at system boot- or shutdown-time.

Bump the PKGREVISION to 5.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/xentools20/MESSAGE.NetBSD
cvs rdiff -r1.21 -r1.22 pkgsrc/sysutils/xentools20/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/xentools20/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/xentools20/files/block-file-nbsd
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/xentools20/files/network-nbsd \
    pkgsrc/sysutils/xentools20/files/xendomains.sh
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/xentools20/files/vif-bridge-nbsd
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/xentools20/files/xend.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.