[CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

Fri May 21 10:39:53 UTC 2010
John Doe <jdmls at yahoo.com>

From: Whit Blauvelt <whit at transpect.com>
> "service smb restart" - does NOT get smbd running (although 
> shows "OK")
> "sh /etc/init.d/smb restart" - DOES get smbd running
> "/etc/init.d/smb restart" - does NOT get smbd running (although shows 
> "OK")
> "bash /etc/init.d/smb restart" - DOES get smbd running

What's the return value?
  service smb start
  echo $?

JD