<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Miller wrote:
<blockquote cite="mid:20070621145124.GA31038@jadzia.bu.edu" type="cite">
  <pre wrap="">Also, Sveta says: wait, don't send that yet, change this:

  </pre>
  <blockquote type="cite">
    <pre wrap="">  confdir = conduit.confString('main','confdir')
  if not confdir:
     confdir = "/etc/sysconfig/"
    </pre>
  </blockquote>
  <pre wrap=""><!---->
to

  confdir = conduit.confString('main','confdir','/etc/sysconfig')

.

Which I *will* take credit for, because I'm the one that suggested the
roundabout way.



  </pre>
</blockquote>
I look fine to me, the only minor issues is the indentation, all other
yum stuff uses 4 spaces for indentation, this plugin 'uses 2, 3 and
sometime 4 spaces, it only a minor issue, so i have added it to
yum-utils CVS, it will be available in next yum-utils release.<br>
<br>
Tim<br>
<br>
</body>
</html>