fix the patch
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 23 Mar 2010 20:40:29 +0000 (20:40 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 23 Mar 2010 20:40:29 +0000 (20:40 +0000)
yum-3.2.27-chroot.patch

index c118f4e..5b1cdd5 100644 (file)
@@ -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,