The /etc/rc.d/init.d/smb contains # chkconfig: - 91 35 The - disables creation of any start links.
samba isn't started by default any more. If you'd like to run it in, say, runlevels 3 and 5, do: chkconfig --add smb chkconfig --level 35 smb on