From: Enrico Scholz Date: Sun, 30 Oct 2005 10:01:41 +0000 (+0000) Subject: call 'vattribute' with '--flag default' X-Git-Tag: version_0_30_210~57 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de564920ce902dbdbaf93f6bf0fe00f385cbe071;p=util-vserver.git call 'vattribute' with '--flag default' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2224 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/vserver.functions b/util-vserver/scripts/vserver.functions index afb1fd7..be47739 100644 --- a/util-vserver/scripts/vserver.functions +++ b/util-vserver/scripts/vserver.functions @@ -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