charnier
01f9734fe0
add FBSDID
2003-07-06 12:44:11 +00:00
ru
0dea541567
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
gshapiro
0ceba9a3e6
Give more information to users replacing sendmail regarding periodic's
...
submit mail queue check.
PR: docs/38924
2003-02-08 21:39:58 +00:00
ru
a8adf98c82
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
peter
3bcac9affd
If NO_MAILWRAPPER is set, and sendmail is still enabled, then install
...
a direct symlink to sendmail.
2002-07-24 22:17:22 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
alfred
c40ae61c8c
de-__P()
2002-07-11 18:31:16 +00:00
gshapiro
b42614032f
Add the missing hoststat and purgestat commands. These are normally
...
symlinks to the sendmail binary but in FreeBSD's case, they are
symlinks to mailwrapper.
Submitted by: tisco
MFC after: 4 days
2002-04-05 04:25:14 +00:00
dd
a00d57dd66
Don't free memory that was never allocated. This fixes a core dump in
...
the case where both the config file and the default MTA don't exist.
PR: 29521
Submitted by: marius@alchemy.franken.de
2001-08-09 06:20:18 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
paul
dc5b94d731
You can't free a string and then use it as the error message to
...
errx. Instead use warn to print the string, then cleanup and exit
normally.
This fixes a core dump if the executable to be run doesn't exist.
2001-06-04 04:22:57 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
f10dc9aca1
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
ben
5eea8e98aa
remove trailing periods from SEE ALSO.
2000-11-15 17:27:54 +00:00
hoek
a8a49218a7
Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. This
...
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.
2000-06-04 01:20:58 +00:00
charnier
2d96b5343d
Do not add progname in err() strings, it will be printed twice
2000-05-28 15:02:26 +00:00
sheldonh
d99569ff9a
Replace the inappropriate use of .Nx (netBSD) with a more generalized
...
.Ux (UNIX) as is appropriate in the context used.
PR: 17954
Submitted by: Brian Handy <handy@physics.montana.edu>
2000-04-14 09:57:56 +00:00
sheldonh
b2240fc1c0
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
imp
249e15bd17
Merge from OpenBSD:
...
o Realloc memory leak fixed which won't matter but would trigger purify
o Default to sendmail when no mailer.conf exists.
Fixed bugs in OpenBSD version:
o Add NULL termination in the right place.
Also put back the err. free shouldn't touch errno.
Pointed out by: theo de raadt (except the NULL bug :-)
2000-01-10 03:20:13 +00:00
imp
b725362b4d
Fix mysterious sendmail coredump on systems where malloc.conf pointed to
...
a string containign 'J'.
o Properly terminate argv list with a NULL entry.
o Use warn() to report the exec failure because free could change errno and
err would report the wrong reason.
o Don't terminate string to err with ':' since this results in two colons.
2000-01-10 01:25:53 +00:00
ache
1e11c8d094
/etc -> /etc/mail
1999-12-31 08:03:27 +00:00
peter
5cd7c1e1a5
Preempt one brucification - I was missing a ${DESTDIR}. I hate merging
...
two sets of changes from different trees.
1999-12-29 18:51:36 +00:00
peter
a508f217c0
As a special case, deal with a missing mailer.conf at install time. I
...
don't particularly like doing this here, but the alternative (loosing mail)
is worse.
1999-12-29 18:27:35 +00:00
peter
554c63ab26
Move mailer.conf to /etc/mail at obrien's request.
1999-12-29 18:25:55 +00:00
peter
4608bdb3fc
Make mailwrapper build
1999-12-29 17:51:22 +00:00
peter
05fc7a4a72
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00