Douglas Furlong wrote:
Does chkconfig imap on, alter the xinetd configuration files,
yes
# grep disable /etc/xinetd.d/imap ; chkconfig imap off ; grep disable /etc/xinetd.d/imap
disable = no
disable = yes
or does it
place a link in the appropriate init.d directories?
you need no link for imap in /etc/rc.d/init.d/
for non-xinetd-based services you can use
chkconfig --add <service> chkconfig --del <service>
-- shrek-m