Changeset 133

Show
Ignore:
Timestamp:
03/05/06 01:13:17 (3 years ago)
Author:
bonbons
Message:

For vlogin, now make use of integrated namespace support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.4/scripts/lib/vps.sh

    r131 r133  
    347347         
    348348        pushd ${VDIR} >/dev/null 
    349         ${_VNAMESPACE} -E -x ${VX_XID} -- \ 
    350         ${_VLOGIN} -n ${VX_XID} -x ${VX_XID} -- ${VX_SHELL} 
     349        ${_VLOGIN} -N -n ${VX_XID} -x ${VX_XID} -- ${VX_SHELL} 
    351350        popd >/dev/null 
    352351}