X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=238c4b8cd2ed55b5b9022a0426374ce95d60eb9d;hb=00f4a733697e86ef0b39ce3c6fc4f8a8a2f28eb6;hp=db64fec595c928212f11022f72fa49d60f2c8386;hpb=36171922c7107ef4fb2ed9101d0dca58a43b5615;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index db64fec..238c4b8 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -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 || {