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=ee1d476e8a175c2075c36e672d07687313a29ad9;hpb=983636356a018e7dbaeed69f697127a173234f5e 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,