Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
be0cde6f |
| 20-Sep-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove useless `BINOWN=root' now that it is the default.
|
#
9b842df6 |
| 04-Aug-1998 |
Peter Wemm <peter@FreeBSD.org> |
Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
9e522f7a |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
148531ef |
| 22-Sep-1996 |
Wolfram Schneider <wosch@FreeBSD.org> |
add forgotten $Id$
|
Revision tags: release/2.1.0_cvs |
|
#
e2326c6e |
| 31-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Revert fsync ifdef behaviour and name, now default variant acts like original one. Suggested by: peter
|
#
e3807a3f |
| 31-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Put fsync under #ifdef EXTRA_SANITY and turn it off by default. fsync here cause real disk trashing when large UUCP mail chanks parsed.
|
Revision tags: release/2.0.5_cvs, release/2.0 |
|
#
2a3c26c8 |
| 05-Aug-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Update to new make macros and disable Kerberos because we haven't got it set up right yet.
|
Revision tags: release/1.1.5.1_cvs |
|
#
ea022d16 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Libexec Sources
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
1100c001 |
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Make WARNS=6 the default for libexec/.
Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings.
- The WARNS variable is
Make WARNS=6 the default for libexec/.
Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings.
- The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS.
Unfortunately almost all apps in libexec require a lowered value of WARNS.
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
ee66677a |
| 10-Jun-2005 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
dce6e651 |
| 07-Jul-2003 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Remove MAINTAINER= lines from individual Makefiles in favor of the MAINTAINER file (which already had entries for sendmail).
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
095dae9d |
| 17-Feb-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Update build infrastructure for sendmail 8.12.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
9357f412 |
| 04-Feb-2002 |
Kris Kennaway <kris@FreeBSD.org> |
Lock down with WFORMAT?=1, with overrides in the subdirectories which are not yet warning-clean. Tested on i386 and alpha.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
e5b5c66b |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to intoduce MANSECT feature. - MAN[1-9] -> MAN.
|
#
020ee2dc |
| 20-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Set the default manual section for libexec/ to 8.
|
Revision tags: release/4.2.0 |
|
#
d1ba25f4 |
| 27-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Add a MAINTAINER= line so people know who to blame
|
#
c6cc6025 |
| 11-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Style fixes
|
#
1e1c8c16 |
| 10-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
mail.local(8) is no longer installed as a set-user-id binary.
Users may have to adjust their configuration to call mail.local as root by adding the F=S flag to the local mailer. Most probably alrea
mail.local(8) is no longer installed as a set-user-id binary.
Users may have to adjust their configuration to call mail.local as root by adding the F=S flag to the local mailer. Most probably already have this.
show more ...
|
Revision tags: release/4.1.1_cvs |
|
#
cf1fec42 |
| 17-Sep-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod.
|
#
88c75941 |
| 13-Aug-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
The rest of the changes needed to support the new version of sendmail (8.11.0). Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults
The rest of the changes needed to support the new version of sendmail (8.11.0). Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes.
show more ...
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
be0cde6f |
| 20-Sep-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove useless `BINOWN=root' now that it is the default.
|
#
9b842df6 |
| 04-Aug-1998 |
Peter Wemm <peter@FreeBSD.org> |
Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
|