X-Git-Url: http://git.onelab.eu/?p=yum.git;a=blobdiff_plain;f=yum-3.2.27-chroot.patch;h=5b1cdd5678f9f3051a9b297667441f30f6b70269;hp=c118f4eacd0bffc4ad4289b524f350b24e10a2b6;hb=863fae54ce35353eae23dd250776a1fc2efae2ca;hpb=f7a98323743004d032be00e011cfdf9d323b847b diff --git a/yum-3.2.27-chroot.patch b/yum-3.2.27-chroot.patch index c118f4e..5b1cdd5 100644 --- a/yum-3.2.27-chroot.patch +++ b/yum-3.2.27-chroot.patch @@ -28,7 +28,7 @@ diff -ur yum-3.2.27.orig/cli.py yum-3.2.27/cli.py help=_("run entirely from system cache, don't update cache")) group.add_option("-c", "--config", dest="conffile", - default='/etc/yum/yum.conf', -+ default='None', ++ default=None, help=_("config file location"), metavar='[config file]') group.add_option("-R", "--randomwait", dest="sleeptime", type='int', default=None,