Author: waldi Date: Wed Feb 24 17:21:14 2010 New Revision: 709 Log: * debian/changelog: Update. * debian/xen-utils-common.xend.init: Load xen-evtchn module. Modified: trunk/xen-common/debian/changelog trunk/xen-common/debian/xen-utils-common.xend.init Modified: trunk/xen-common/debian/changelog =============================================================================--- trunk/xen-common/debian/changelog Wed Feb 24 14:16:53 2010 (r708) +++ trunk/xen-common/debian/changelog Wed Feb 24 17:21:14 2010 (r709) @@ -1,3 +1,9 @@ +xen-common (3.4.2-3) UNRELEASED; urgency=low + + * Load xen-evtchn module. + + -- Bastian Blank <waldi at debian.org> Wed, 24 Feb 2010 18:20:42 +0100 + xen-common (3.4.2-2) unstable; urgency=low * Redefine Xen version tests to allow detection of bare metal. Modified: trunk/xen-common/debian/xen-utils-common.xend.init =============================================================================--- trunk/xen-common/debian/xen-utils-common.xend.init Wed Feb 24 14:16:53 2010 (r708) +++ trunk/xen-common/debian/xen-utils-common.xend.init Wed Feb 24 17:21:14 2010 (r709) @@ -33,7 +33,7 @@ modules_setup() { modprobe xenfs 2>/dev/null - modprobe evtchn 2>/dev/null + modprobe xen-evtchn 2>/dev/null } xenfs_setup()