From: Daniel Hokka Zakrisson Date: Sat, 21 Apr 2007 14:05:32 +0000 (+0000) Subject: Recognize the --nodevsanity option. X-Git-Tag: release-0.30.214~73 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1e8b57109c4add4b4406d62fe67c3fe6ee8ffe;p=util-vserver.git Recognize the --nodevsanity option. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2532 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver-build.template b/scripts/vserver-build.template index b2efab5..dc5d1c0 100644 --- a/scripts/vserver-build.template +++ b/scripts/vserver-build.template @@ -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"