projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f7848af
)
Fix typo.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Wed, 4 Aug 2010 05:50:47 +0000 (
05:50
+0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Wed, 4 Aug 2010 05:50:47 +0000 (
05:50
+0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2903
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver.functions
patch
|
blob
|
history
diff --git
a/scripts/vserver.functions
b/scripts/vserver.functions
index
e48bf21
..
ce50019
100644
(file)
--- 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