On Tue, 2005-08-30 at 09:26 -0700, Robert Hanson wrote: <snip>
} /sbin/chkconfig --list | grep ':on' | awk '{ print $1 }' | xargs rpm -qi
cool :)
shouldnt a lot of this be toggled off by default in an install? :)
Probably ... but we follow what the upstream provider does by default
Will, when using what you have above, it wont find things that actually correlate to "named" and "cpuspeed" etc... is this "buggies" in the install or naming conventions or just funky renaming or?
named is the daemon for bind ...
cpuspeed is part of kernel-utils
so:
rpm -qi bind kenrel-utils
for those two