Deleted Added
full compact
README (141858) README (147078)
1# Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3# Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
4# Copyright (c) 1988
5# The Regents of the University of California. All rights reserved.
6#
7# By using this file, you agree to the terms and conditions set
8# forth in the LICENSE file which can be found at the top level of
9# the sendmail distribution.
10#
11#
1# Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3# Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
4# Copyright (c) 1988
5# The Regents of the University of California. All rights reserved.
6#
7# By using this file, you agree to the terms and conditions set
8# forth in the LICENSE file which can be found at the top level of
9# the sendmail distribution.
10#
11#
12# $Id: README,v 8.385 2004/11/25 06:52:06 msk Exp $
12# $Id: README,v 8.386 2005/03/04 23:24:08 ca Exp $
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

--- 349 unchanged lines hidden (view full) ---

370 LA_IRIX6 (11) is an IRIX 6.x specific version that adapts
371 to 32 or 64 bit kernels; it is otherwise very similar
372 to LA_INT.
373 LA_KSTAT (12) uses the (Solaris-specific) kstat(3k)
374 implementation.
375 LA_DEVSHORT (13) reads a short from a system file (default:
376 /dev/table/avenrun) and scales it in the same manner
377 as LA_SHORT.
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

--- 349 unchanged lines hidden (view full) ---

370 LA_IRIX6 (11) is an IRIX 6.x specific version that adapts
371 to 32 or 64 bit kernels; it is otherwise very similar
372 to LA_INT.
373 LA_KSTAT (12) uses the (Solaris-specific) kstat(3k)
374 implementation.
375 LA_DEVSHORT (13) reads a short from a system file (default:
376 /dev/table/avenrun) and scales it in the same manner
377 as LA_SHORT.
378 LA_LONGLONG (17) to read /dev/kmem for the symbol avenrun and
379 interpret as a long long integer (e.g., for 64 bit
380 systems).
378 LA_INT, LA_SHORT, LA_FLOAT, and LA_READKSYM have several
379 other parameters that they try to divine: the name of your
380 kernel, the name of the variable in the kernel to examine,
381 the number of bits of precision in a fixed point load average,
382 and so forth. LA_DEVSHORT uses _PATH_AVENRUN to find the
383 device to be read to find the load average.
384 In desperation, use LA_ZERO. The actual code is in
385 conf.c -- it can be tweaked if you are brave.

--- 1432 unchanged lines hidden (view full) ---

1818trace.c The trace package. These routines allow setting and
1819 testing of trace flags with a high granularity.
1820udb.c The user database interface module.
1821usersmtp.c Routines to implement user SMTP.
1822util.c Some general purpose routines used by sendmail.
1823version.c The version number and information about this
1824 version of sendmail.
1825
381 LA_INT, LA_SHORT, LA_FLOAT, and LA_READKSYM have several
382 other parameters that they try to divine: the name of your
383 kernel, the name of the variable in the kernel to examine,
384 the number of bits of precision in a fixed point load average,
385 and so forth. LA_DEVSHORT uses _PATH_AVENRUN to find the
386 device to be read to find the load average.
387 In desperation, use LA_ZERO. The actual code is in
388 conf.c -- it can be tweaked if you are brave.

--- 1432 unchanged lines hidden (view full) ---

1821trace.c The trace package. These routines allow setting and
1822 testing of trace flags with a high granularity.
1823udb.c The user database interface module.
1824usersmtp.c Routines to implement user SMTP.
1825util.c Some general purpose routines used by sendmail.
1826version.c The version number and information about this
1827 version of sendmail.
1828
1826(Version $Revision: 8.385 $, last update $Date: 2004/11/25 06:52:06 $ )
1829(Version $Revision: 8.386 $, last update $Date: 2005/03/04 23:24:08 $ )