From c2ee4213a2ad76711b5a8128fecaf1c5987787cb Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 24 Mar 2013 17:38:25 -0400 Subject: [PATCH] update xend-config.sxp transformer for newer default config --- debian/changelog | 5 +++-- debian/transform_xend-config.sxp.invirt.mako | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb1eee6..cfb7147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -invirt-xen-config (0.0.38~glasgall1ubuntu1) UNRELEASED; urgency=low +invirt-xen-config (0.0.38~glasgall2) precise; urgency=low * Bump xen-utils dependency + * Update xend-config.sxp transformer for newer default config - -- Adam Glasgall Thu, 21 Mar 2013 23:29:42 -0700 + -- Adam Glasgall Sun, 24 Mar 2013 17:37:05 -0400 invirt-xen-config (0.0.38~glasgall1) precise; urgency=low diff --git a/debian/transform_xend-config.sxp.invirt.mako b/debian/transform_xend-config.sxp.invirt.mako index 90555e7..cd0a632 100755 --- a/debian/transform_xend-config.sxp.invirt.mako +++ b/debian/transform_xend-config.sxp.invirt.mako @@ -18,6 +18,6 @@ if internal_ip is None: EOF s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die; -s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; +s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die; print; -- 1.7.9.5