Sometime on Aug 9, Kinjal Sonpal assembled some asciibets to say:
$ rpm -Uvh junkbuster-2.0.2-8.i386.rpm
The command returned failed dependancies asking for chkconfig However chkconfig is already installed on my system ..
Does it say what version of chkconfig is required? try rpm -q chkconfig to find out what version you have.
chkconfig sets startup properties for scripts in /etc/rc.d/initd. You can do this manually if there is a problem, so if there are no other dependencies, just add a --nodeps to the rpm command for installing.
Philip