X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fvyum-worker;h=c787b55a58d6f9bb891ef59f260dc0a1c2ab0230;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=7f1e6a39e78d7abaa3a80323902e413e7552de62;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/scripts/vyum-worker b/scripts/vyum-worker index 7f1e6a3..c787b55 100755 --- a/scripts/vyum-worker +++ b/scripts/vyum-worker @@ -1,5 +1,5 @@ #! /bin/bash -# $Id: vyum-worker 2361 2006-11-01 19:46:02Z dhozac $ +# $Id: vyum-worker 2551 2007-06-21 12:56:25Z dhozac $ # Copyright (C) 2003 Enrico Scholz # @@ -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"))' ;; (*) @@ -68,7 +68,7 @@ case $($yum --version|tail -n 1) in You are using a version of yum which current status is unknown to vyum. Just to be sure, 'vyum' will use dirty hacks which might not work when -the vsrever is running and local DOS attacks are possible. +the vserver is running and local DOS attacks are possible. Execution will continue in 5 seconds..." sleep 5