- Timestamp:
- Jan 31, 2009, 6:40:49 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
r2055 r2067 2 2 3 3 * Move sysvms/* into xvm-prodconfig from invirt-xen-config 4 * genericize sysvm startup to glob /etc/xen/sysvms/s_* 4 5 * eth2 -> config.xen.network.iface 5 6 6 -- Greg Price <price@mit.edu> Sat, 31 Jan 2009 04:43:54-05007 -- Greg Price <price@mit.edu> Sat, 31 Jan 2009 18:40:20 -0500 7 8 8 9 invirt-xen-config (0.0.20) unstable; urgency=low -
trunk/packages/invirt-xen-config/debian/invirt-xen-config.init
r1591 r2067 14 14 DESC="Invirt Xen host" 15 15 PARENTPACKAGE=xend 16 SYSVMS=(s_master s_remote s_console) 17 GEN_FILES=(/etc/xen/xend-config.sxp.invirt "${SYSVMS[@]/#//etc/xen/sysvms/}") 16 SYSVM_FILES=(/etc/xen/sysvms/s_*) 17 SYSVMS=("${SYSVM_FILES[@]/#\/etc\/xen\/sysvms\/}") 18 GEN_FILES=(/etc/xen/xend-config.sxp.invirt) 18 19 19 20 dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
Note: See TracChangeset
for help on using the changeset viewer.