call 'vattribute' with '--flag default'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 30 Oct 2005 10:01:41 +0000 (10:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 30 Oct 2005 10:01:41 +0000 (10:01 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2224 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver.functions

index afb1fd7..be47739 100644 (file)
@@ -376,7 +376,7 @@ function _generateChcontextOptions
     OPTS_VCONTEXT_CREATE=( $SILENT_OPT \
                           ${ctx:+--xid "$ctx"} )
     ## put '--secure' at front so that it can be overridden
-    OPTS_VATTRIBUTE=( --secure "${OPTS_VATTRIBUTE[@]}" )
+    OPTS_VATTRIBUTE=( --secure --flag default "${OPTS_VATTRIBUTE[@]}" )
 }
 
 function _generateScheduleOptions