summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Create the /bin/rmail symlink (which mailers such as postfixmarkm2010-10-121-0/+4
| | | | | | | | | and Exim can use). This is something I thought I committed MONTHS ago, but it appears that I fatfingered it and made a local commit. Pass the pointy hat, please.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* Cleanups for mailwrapper(8):delphij2006-06-061-0/+1
| | | | | | | | | | | | | | | - K&R -> ANSI prototype [O] - Do not bother to do free right before exit() or execve() [O] - Remove some dead code in addarg() - Make additional parameters specified in mailer.conf(5) actually work and document the fact. [N] - Avoid using __progname but instead use getprogname() and setprogname() to provide more sensible messages. [O, N] - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we have sync'ed with their code. - WARNS=6 Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+6
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Replaced afterinstall: with FILES.ru2004-10-181-3/+3
|
* Do not install SYMLINKS if both NO_MAILWRAPPER andjohan2004-01-171-0/+2
| | | | | | | | | | NO_SENDMAIL is defined. PR: 57058 Reported by: Henri Hennebert <hlh@cocoon.cercle.be> Melvyn Sopacua on current@ Submitted by: ru@ MFC after: 2 weeks
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* If NO_MAILWRAPPER is set, and sendmail is still enabled, then installpeter2002-07-241-0/+8
| | | | a direct symlink to sendmail.
* Add the missing hoststat and purgestat commands. These are normallygshapiro2002-04-051-0/+2
| | | | | | | | symlinks to the sendmail binary but in FreeBSD's case, they are symlinks to mailwrapper. Submitted by: tisco MFC after: 4 days
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. Thishoek2000-06-041-4/+4
| | | | | | | lets unprivileged installworld: almost work first try and always work second. BINOWN isn't quite right for this, but it's not really worth creating a MAILOWN for this.
* Preempt one brucification - I was missing a ${DESTDIR}. I hate mergingpeter1999-12-291-1/+1
| | | | two sets of changes from different trees.
* As a special case, deal with a missing mailer.conf at install time. Ipeter1999-12-291-1/+6
| | | | | don't particularly like doing this here, but the alternative (loosing mail) is worse.
* Make mailwrapper buildpeter1999-12-291-4/+5
|
* Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user'speter1999-12-191-0/+13
chosen mailer. Obtained from: NetBSD
OpenPOWER on IntegriCloud