From 8787244e50f59c7c69ba29692d643b192404f5df Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 4 Aug 2010 05:50:47 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2903 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vserver.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vserver.functions b/scripts/vserver.functions index e48bf21..ce50019 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -112,7 +112,7 @@ function _generateChbindOptions test -n "$_HAVE_INTERFACE_OPTIONS" || _generateInterfaceOptions "$vdir" - if test -e "$vdir"/noncontext -o + if test -e "$vdir"/noncontext -o \ \( -e "$vdir"/spaces/net -a ! -e "$vdir"/ncontext \); then _HAVE_CHBIND_OPTIONS=1 return 0 -- 1.8.1.5