chkconfig is a RH-specific tool and requires the startup script to have certain keywords at the top. Unless the software came from RH, you will have to edit the script in /etc/init.d/ and add that extra info.
Thanks, I didn't realize chckconfig was one of those 'special tools'
Personally, I prefer to do it the "manual" way and not rely on distribution specific tools - just add the symbolic link instead, i.e.:
# cd /etc/rc3.d # ln -s ../init.d/clamd ./S98clamd
(Assuming 3 is your default runlevel).
Yes, runlevel 3 is my default. Just to make sure I understand, the ./S98clamd in your second line above refers to the location of clamd?
Mine exists in /usr/local/sbin/clamd so I would:
#cd /etc/rc3.d #ln -s ../init.d/clamd ./user/local/sbin/clamd
-- regards,
shane
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list