Changeset 2661
- Timestamp:
- 01/13/08 19:26:41 (10 months ago)
- Files:
-
- trunk/scripts/vserver (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver
r2639 r2661 200 200 201 201 # Create a new namespace when starting the guest 202 test "$ 2" != start -o -n "$OPTION_NONAMESPACE" || isAvoidNamespace "$VSERVER_DIR" || \202 test "$cmd" != start -o -n "$OPTION_NONAMESPACE" || isAvoidNamespace "$VSERVER_DIR" || \ 203 203 exec $_VNAMESPACE --new -- $_VSERVER ----nonamespace "${OPTIONS_ORIG[@]}" 204 204 205 205 # Enter the namespace early so we can test for files inside the guest 206 test "$ 2" != enter -a "$2" != stop || \206 test "$cmd" != enter -a "$cmd" != stop || \ 207 207 test -n "$OPTION_NONAMESPACE" || isAvoidNamespace "$VSERVER_DIR" || \ 208 208 ! isVserverRunning "$VSERVER_DIR" || \
