On Fri, 2007-05-01 at 18:26 +0100, Peter J. Holzer wrote:
> (That's cron-3.0pl1-86, just in case that behaviour changed at some
> point since the release of Sarge).
Sarge is cron-3.0pl1-99 but the source code still has:
config.h
--------
#if !defined(_PATH_SENDMAIL)
# define _PATH_SENDMAIL "/usr/lib/sendmail"
#endif /*SENDMAIL*/
while
INSTALL
-------
...
$Id: INSTALL,v 2.5 1994/01/15 20:43:43 vixie Exp $
...
LINUX note: /usr/include/paths.h on some linux systems shows
_PATH_SENDMAIL
to be /usr/bin/sendmail even though sendmail is installed in
/usr/lib.
you should check this out.
There is no documentation in the source package beyond this.
--
--gh