Changeset 2085 for trunk/packages
- Timestamp:
- Feb 2, 2009, 5:32:27 PM (16 years ago)
- Location:
- trunk/packages/invirt-xen-config/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/debian/changelog
r2067 r2085 1 invirt-xen-config (0.0.22) unstable; urgency=low 2 3 * Correctly calculate both the list of sysvms to boot and the list of 4 Mako templates to render in the init script. 5 6 -- Evan Broder <broder@mit.edu> Mon, 02 Feb 2009 17:30:51 -0500 7 1 8 invirt-xen-config (0.0.21) unstable; urgency=low 2 9 -
trunk/packages/invirt-xen-config/debian/invirt-xen-config.init
r2067 r2085 14 14 DESC="Invirt Xen host" 15 15 PARENTPACKAGE=xend 16 SYSVM_FILES=(/etc/xen/sysvms/s_*) 16 SYSVM_TEMPLATES=(/etc/xen/sysvms/s_*.mako) 17 SYSVM_FILES=("${SYSVM_TEMPLATES[@]/.mako/}") 17 18 SYSVMS=("${SYSVM_FILES[@]/#\/etc\/xen\/sysvms\/}") 18 GEN_FILES=(/etc/xen/xend-config.sxp.invirt )19 GEN_FILES=(/etc/xen/xend-config.sxp.invirt "${SYSVM_FILES[@]}") 19 20 20 21 dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
Note: See TracChangeset
for help on using the changeset viewer.