summaryrefslogtreecommitdiff
path: root/sysutils/xentools42
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools42')
-rw-r--r--sysutils/xentools42/Makefile10
-rw-r--r--sysutils/xentools42/distinfo8
-rw-r--r--sysutils/xentools42/files/xencommons.sh3
-rw-r--r--sysutils/xentools42/version.mk6
4 files changed, 12 insertions, 15 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile
index a84f651fe55..4e99872d7a8 100644
--- a/sysutils/xentools42/Makefile
+++ b/sysutils/xentools42/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2013/06/17 13:55:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/09/12 23:37:18 prlw1 Exp $
#
-# VERSION is set in version.mk as it is shared with other packages
-.include "version.mk"
+
+VERSION= 4.2.3
+VERSION_IPXE= 1.0.0
DISTNAME= xen-${VERSION}
PKGNAME= xentools42-${VERSION}
-PKGREVISION= 3
CATEGORIES= sysutils
-MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
+MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
DISTFILES= ${DISTNAME}.tar.gz
DISTFILES+= ipxe-git-v${VERSION_IPXE}.tar.gz
diff --git a/sysutils/xentools42/distinfo b/sysutils/xentools42/distinfo
index 0c6ea42e9d9..72f8631d99b 100644
--- a/sysutils/xentools42/distinfo
+++ b/sysutils/xentools42/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.6 2013/06/17 13:54:02 wiz Exp $
+$NetBSD: distinfo,v 1.7 2013/09/12 23:37:18 prlw1 Exp $
SHA1 (ipxe-git-v1.0.0.tar.gz) = da052c8de5f3485fe0253c19cf52ed6d72528485
RMD160 (ipxe-git-v1.0.0.tar.gz) = dcd9b6eaafa1ce05c1ebf2a15f2f73ad7a8c5547
Size (ipxe-git-v1.0.0.tar.gz) = 1996881 bytes
-SHA1 (xen-4.2.2.tar.gz) = b48cc7f375e9a5d65ff2d680f1b512dbea5a3b7c
-RMD160 (xen-4.2.2.tar.gz) = 925cb2abdd080254a5457d1b304f811036261ab6
-Size (xen-4.2.2.tar.gz) = 15602746 bytes
+SHA1 (xen-4.2.3.tar.gz) = 7c72e1aa870cc938afdc50bd9f2d879118aa8b99
+RMD160 (xen-4.2.3.tar.gz) = da0fbb7bbc0796bd83c223f7d21015ce0d4c8553
+Size (xen-4.2.3.tar.gz) = 15613235 bytes
SHA1 (patch-.._.._ipxe_src_Makefile.housekeeping) = 5ec8020a9705b2f64096c2942473a8de4db578bb
SHA1 (patch-.._.._ipxe_src_arch_i386_include_librm.h) = 4549ac641b112321b4731a918d85219c3fce6808
SHA1 (patch-.._.._ipxe_src_arch_i386_scripts_i386.lds) = 4c0cbb7f535be43e1b6f53c284340a8bafc37c0b
diff --git a/sysutils/xentools42/files/xencommons.sh b/sysutils/xentools42/files/xencommons.sh
index 8472031ec58..4d2797d67ec 100644
--- a/sysutils/xentools42/files/xencommons.sh
+++ b/sysutils/xentools42/files/xencommons.sh
@@ -29,6 +29,9 @@ xen_precmd()
xen_startcmd()
{
printf "Starting xenservices: xenstored, xenconsoled.\n"
+ if test ! -r ${required_files}; then
+ warn "${required_files} is not readable."
+ fi
XENSTORED_ARGS=" --pid-file ${XENSTORED_PIDFILE}"
if [ -n "${XENSTORED_TRACE}" ]; then
XENSTORED_ARGS="${XENSTORED_ARGS} -T /var/log/xen/xenstored-trace.log"
diff --git a/sysutils/xentools42/version.mk b/sysutils/xentools42/version.mk
deleted file mode 100644
index b16d9c58b1d..00000000000
--- a/sysutils/xentools42/version.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: version.mk,v 1.1 2013/05/15 06:58:50 jnemeth Exp $
-
-# Version number is used by xentools41 and xenstoretools
-
-VERSION= 4.2.2
-VERSION_IPXE= 1.0.0