From: S.Çağlar Onur Date: Tue, 23 Mar 2010 20:40:29 +0000 (+0000) Subject: fix the patch X-Git-Tag: 3.2.28-5-f1x~8 X-Git-Url: http://git.onelab.eu/?p=yum.git;a=commitdiff_plain;h=ee1d476e8a175c2075c36e672d07687313a29ad9;hp=983636356a018e7dbaeed69f697127a173234f5e fix the patch --- 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,