From: Daniel Hokka Zakrisson Date: Thu, 21 Jun 2007 12:56:25 +0000 (+0000) Subject: Support 3.1.x and 3.2.x as well. X-Git-Tag: release-0.30.214~54 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7391a7e618d3aa0b99158150beeb9958c66a4662;p=util-vserver.git Support 3.1.x and 3.2.x as well. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2551 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vyum-worker b/scripts/vyum-worker index a7447b5..346dab1 100755 --- a/scripts/vyum-worker +++ b/scripts/vyum-worker @@ -60,7 +60,7 @@ case $($yum --version|tail -n 1) in (2.[012345]*) check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))' ;; - (2.[6789]*|3.0*) + (2.[6789]*|3.[012]*) check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))' ;; (*)