Changeset 2698
- Timestamp:
- 03/02/08 15:04:29 (9 months ago)
- Files:
-
- trunk/scripts/vserver-build.functions (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver-build.functions
r2676 r2698 265 265 { 266 266 local guest="$1" 267 local timeout="$ 2"267 local timeout="${2:-15}" 268 268 $_VSERVER "$guest" start --rescue --rescue-init bash -c " 269 269 exec > /dev/null … … 279 279 { 280 280 local guest="$1" 281 $_VKILL --xid "$guest" -s INT -- 1282 } 281 $_VKILL --xid "$guest" -s INT -- 0 282 }
