Add new 0x00020303 API, using pid namespaces.
[util-vserver.git] / scripts / vserver.functions
index db64fec..238c4b8 100644 (file)
@@ -769,8 +769,7 @@ function _generateSpaceOptions
     local vdir="$1"
     local d="$vdir"/spaces
 
-    ( test ! -e "$d"/pid &&
-      ! $_VSERVER_INFO PIDSPACE FEATURE ) || \
+    ( test ! -e "$d"/pid ) || \
        OPTS_VSPACE=( "${OPTS_VSPACE[@]}" --pid )
 
     test ! -e "$d"/net || {