Hi all, Please help me out. When we install sendmail or any binary using RPM we get a init script of it.We can start that service as #/etc/init.d/sendmail start. Also to keep it on after reboot we can do #chkconfig --level35 sendmail on or using NTSYSV
what if i install it through tar ball i.e source code. how to make it run only on level 3. #chkconfig command wont work for tar ball through installed rpm's as per my knowledge.

