yum.conf

i’ve edited the yum.conf and i did an error with that.
can someone post the complete yum.conf for centos 4.5?
thanks!!!

Here U go:


## +----------------------------------------------------------------------+
## | NEXCESS.NET InterWorx                                                |
## +----------------------------------------------------------------------+
## | This is the official yum.conf for InterWorx enabled servers.         |
## | Distro: RedHat Enterprise                                            |
## +----------------------------------------------------------------------+
## | Authors: Chris Wells <clwells@nexcess.net>                           |
## |          Paul Oehler <poehler@nexcess.net>                           |
## |          John Lim    <jelim@nexcess.net>                             |
## |          Socheat Sou <socheat@nexcess.net>                           |
## +----------------------------------------------------------------------+
##

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=0
retries=1
exclude=

[interworx-cp-noarch]
name=InterWorx-CP - Generic
baseurl=http://updates.interworx.info/iworx/RPMS/noarch
#gpgcheck=1

[interworx-cp-rhe4x]
name=InterWorx-CP - RedHat Enterprise $releasever
baseurl=http://updates.interworx.info/iworx/RPMS/rhe4x/$basearch
#gpgcheck=1

#[dag]
#name=DAG - RedHat Enterprise $releasever
#baseurl=http://updates.interworx.info/dag/redhat/el4/en/$basearch/dag
#gpgcheck=1

thank you tsl!