Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Stephen McKay
e599d6df26
Make the example "too large" message in the manual match the updated one
...
actually sent by ctm_smail since rev 1.13.
2003-07-25 00:48:29 +00:00
David E. O'Brien
052238b16c
style.Makefile(5)
2003-04-04 17:49:21 +00:00
Ruslan Ermilov
facc67676f
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
Dag-Erling Smørgrav
d397408818
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
Philippe Charnier
7f94b8deee
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
Ian Dowse
673158816b
The mode of files created by ctm_rmail was always 0600, even if the
...
umask was less restrictive. This was caused by the use of mkstemp()
which internally passes a mode of 0600 to open(). Fix this by
explicitly chmod'ing the files to (0666 & ~umask).
PR: bin/16119
Submitted by: Sascha Blank <blank@uni-trier.de>
2002-01-22 22:54:52 +00:00
Ruslan Ermilov
c5e7e03a14
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
Sheldon Hearn
e1b4d8d074
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
...
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
2001-07-26 11:02:39 +00:00
David E. O'Brien
ac24b049cc
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Kris Kennaway
dde222577d
* fix ctm(8) to use mkstemp() instead of tempnam() for tempfile
...
creation.
* Tag the internal err() function with __printflike to allow checking
for non-constant format string arguments (none exist)
* Use fmtcheck() to sanitize the tar command obtained via -t to make
sure it doesn't contain extraneous format operators.
Reviewed by: mikeh
MFC after: 1 week
2001-05-06 03:03:45 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Gregory Neil Shapiro
2216e2a2cd
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
Chuck Robey
70cef48daf
Correcting SECURITY warning.
...
Submitted by: Kris Kennaway
Reviewed by: Warner Losh
2000-01-29 21:44:42 +00:00
Kris Kennaway
3aa5f62f03
Document the (in)security features of CTM, especially ctm_rmail.
2000-01-11 07:46:33 +00:00
Kris Kennaway
3ef3eb1df1
Close buffer overflows. This is partially based on an old version of
...
the fix from OpenBSD.
Reviewed by: markm
2000-01-09 07:10:04 +00:00
Alexey Zelkin
fce5ff3017
Remove comments left since mdoc.template time or just useless comments
1999-10-30 15:38:20 +00:00
Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Mike Pritchard
a684cccdd6
Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
...
that whatis(1) will produce the expected results.
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
1999-06-24 06:22:24 +00:00
Jacques Vidrine
292c7b2582
Paranoia: use mkstemp instead of mktemp.
...
PR: bin/3211
Reported by: Mark Pritchard <mpp@FreeBSD.ORG>
1998-07-27 22:26:25 +00:00
Martin Cracauer
d6b37778e9
(evil) hackers -> crackers
1998-04-08 12:00:48 +00:00
Philippe Charnier
f12a14713b
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
Philippe Charnier
873c7a4e8f
Use err(3). Use An/Aq for author name.
1997-09-17 06:24:58 +00:00
John-Mark Gurney
ac3ff7117d
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4424
1997-08-30 11:05:34 +00:00
Peter Wemm
476602a9d0
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
Jordan K. Hubbard
1130b656e5
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.
1997-01-14 07:20:47 +00:00
Stephen McKay
aded5373e9
Correct MLINKS, now that I know how it actually works.
1996-12-17 14:28:09 +00:00
Stephen McKay
147962b004
Documented ctm_dequeue and the new feature of ctm_smail that goes with it.
...
Expanded the ctm_rmail example usage section.
1996-12-15 15:10:11 +00:00
Wolfram Schneider
ca6513c085
update SEE ALSO section
1996-05-27 22:46:44 +00:00
Poul-Henning Kamp
c936f2cb5a
Support for "-u" which sets the timestamp from the delta on the file.
...
Intended for sup mirrors etc. Not well tested yet.
Reviewed by: phk
Submitted by: Giles Lean <giles@nemeton.com.au>
Submitted by: John Hay <jhay@mikom.csir.co.za>
1996-04-29 21:02:42 +00:00
Poul-Henning Kamp
17708f3490
typo in my last commit.
1995-12-26 09:43:40 +00:00
Peter Wemm
3656f85bbd
A trivial enhancement to ctm_rmail to support the -v option and pass it
...
through to cvs when unpacking the delta.. (I read the output.. :-)
1995-12-26 02:49:53 +00:00
Poul-Henning Kamp
4d50bdbc0c
Remove all trailing white space on the lines.
...
Suggested by: Phil Taylor <phil@zipmail.co.uk>
1995-12-25 19:35:23 +00:00
Bruce Evans
0a49b28a4f
Remove -g from CFLAGS.
1995-07-12 18:35:45 +00:00
Rodney W. Grimes
709e8f9ae1
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00
Poul-Henning Kamp
9def6b02b2
Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.
1995-03-19 06:09:01 +00:00
Poul-Henning Kamp
286e9a77d2
(Not tested yet. I may insist that ctm be invoked with absolute path. /phk)
...
This patch fixes the concurrency problem, and adds a possibly useful -f switch
(which you can read about in the man page :-) ). It also removes the absolute
path from the invocation of ctm. I'll write a note about how to use a script
with sendmail and procmail or some such, and people can fix their PATH there.
BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail
directory.
Stephen.
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-02-25 05:10:18 +00:00
Poul-Henning Kamp
b117ae8a85
I (phk) blundered with the last change. Make it right & better now.
...
Reviewed by: phk
Submitted by: John Hay <jhay@mikom.csir.co.za>
1995-02-24 05:41:24 +00:00
Poul-Henning Kamp
d742998bc1
Make us a little safer, by writing to a tempfile, and rename when done.
...
Still needs more locking I belive.
1995-02-23 04:51:36 +00:00
Poul-Henning Kamp
95104c63d5
Use absolute path for the "ctm" program.
1995-02-20 19:07:32 +00:00
Poul-Henning Kamp
7f8573b091
Various nitpicking from Stephen.
...
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-02-15 19:41:38 +00:00
Poul-Henning Kamp
833ccb5d7a
Clean up some details, to make it clear to gcc that we do not try to do
...
something stupid.
1995-02-10 05:25:00 +00:00
Poul-Henning Kamp
e96b9d9f84
Stephen lost a -D, now it's back.
1995-02-06 02:22:29 +00:00
Poul-Henning Kamp
e86e7d0e07
CTM email tools.
...
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-01-31 19:12:53 +00:00