reimplement gentoo init style + prepare distrib/gentoo for baselayout-1.13
[util-vserver.git] / scripts / vyum-worker
index 460ec65..ccfd5a9 100755 (executable)
@@ -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]*)
+    (2.[6789]*|3.0*)
        check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))'
        ;;
     (*)