From ee1d476e8a175c2075c36e672d07687313a29ad9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 23 Mar 2010 20:40:29 +0000 Subject: [PATCH] fix the patch --- yum-3.2.27-chroot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0