sync to 0.30.213
[util-vserver.git] / scripts / vserver-build.template
index f11853d..bd495ca 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: vserver-build.template 2358 2006-10-31 14:33:30Z hollow $       --*- sh -*--
+# $Id: vserver-build.template 2532 2007-04-21 14:05:32Z dhozac $       --*- sh -*--
 
 # Copyright (C) 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 #  
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-tmp=$(getopt -o '+d:t:' --long debug,pkgmgmt,template: -n "vserver-build.template" -- "$@") || exit 1
+tmp=$(getopt -o '+d:t:' --long debug,pkgmgmt,template:,nodevsanity -n "vserver-build.template" -- "$@") || exit 1
 eval set -- "$tmp"
 
 . "$_LIB_VSERVER_BUILD_FUNCTIONS_PKGMGMT"