Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2002 18:01:16 -0800 (PST)
From:      "Crist J. Clark" <cjc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc
Message-ID:  <200202170201.g1H21GD99481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cjc         2002/02/16 18:01:16 PST

  Modified files:
    etc                  rc 
  Log:
  Remove check for sendmail.conf before even trying to start sendmail.
  
  Checking for the existence of sendmail.cf is rather silly when someone
  is using the mailwrapper(8) to run a mail daemon that is not actually
  sendmail(8). It is also probably better to let sendmail(8) actually
  try to start and error out if the administrator has
  'sendmail_enable="YES"' but no sendmail.conf. At present, it would
  fail silently.
  
  Reviewed by:    gshapiro
  MFC after:      2 days
  
  Revision  Changes    Path
  1.295     +11 -13    src/etc/rc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202170201.g1H21GD99481>