From: Greg Price Date: Sat, 31 Jan 2009 23:40:49 +0000 (-0500) Subject: genericize sysvm startup to glob /etc/xen/sysvms/s_* X-Git-Tag: 0.0.21^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/refs/tags/0.0.21?hp=e6a8ef45ee884cf8e857666ff5593972f84ca969 genericize sysvm startup to glob /etc/xen/sysvms/s_* svn path=/trunk/packages/invirt-xen-config/; revision=2067 --- diff --git a/debian/changelog b/debian/changelog index c691403..1957d9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ invirt-xen-config (0.0.21) unstable; urgency=low * Move sysvms/* into xvm-prodconfig from invirt-xen-config + * genericize sysvm startup to glob /etc/xen/sysvms/s_* * eth2 -> config.xen.network.iface - -- Greg Price Sat, 31 Jan 2009 04:43:54 -0500 + -- Greg Price Sat, 31 Jan 2009 18:40:20 -0500 invirt-xen-config (0.0.20) unstable; urgency=low diff --git a/debian/invirt-xen-config.init b/debian/invirt-xen-config.init index 3b76a54..0613ff9 100755 --- a/debian/invirt-xen-config.init +++ b/debian/invirt-xen-config.init @@ -13,8 +13,9 @@ PACKAGE=invirt-xen-config NAME="$PACKAGE" DESC="Invirt Xen host" PARENTPACKAGE=xend -SYSVMS=(s_master s_remote s_console) -GEN_FILES=(/etc/xen/xend-config.sxp.invirt "${SYSVMS[@]/#//etc/xen/sysvms/}") +SYSVM_FILES=(/etc/xen/sysvms/s_*) +SYSVMS=("${SYSVM_FILES[@]/#\/etc\/xen\/sysvms\/}") +GEN_FILES=(/etc/xen/xend-config.sxp.invirt) dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0