X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fvserver-build.template;h=bd495caa4b7baadb4dcd401a7e1d0a9ebfaaa697;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hp=f11853d1776c1b93b9b151deadeaae9dea9f7b7c;hpb=fc28db1eb4146796ec27c2fb15780d6303120261;p=util-vserver.git diff --git a/scripts/vserver-build.template b/scripts/vserver-build.template index f11853d..bd495ca 100644 --- a/scripts/vserver-build.template +++ b/scripts/vserver-build.template @@ -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 # @@ -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"