Commit Graph

2935 Commits

Author SHA1 Message Date
schweikh
8dd2bd6957 Fix grammar and capitalization bogons.
MFC after:	1 day
2002-03-28 17:03:21 +00:00
gshapiro
3b87cb78db Add an entry for sendmail_submit_flags. 2002-03-28 15:14:56 +00:00
dd
f868de5160 mdoc(7) police: remove whitespace at EOL. 2002-03-28 12:57:48 +00:00
dd
8edb7b74a0 Add mtx_pool(9) to the SEE ALSO section.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
dd
7aefbc2d8c Add a manual page for the mtx_pool_* routines.
PR:		36350
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
Reviewed by:	dillon
2002-03-28 12:50:17 +00:00
gshapiro
cdfdb8738b Provide a way for users to completely prevent sendmail from trying to start
at boot time.

Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now
also accept NONE.  If set to NONE, none of the other sendmail related
startup items will be done.

Remove an extra queue running daemon might be started that wasn't necessary
(it didn't hurt anything but it wasn't needed).

The new logic is:

# MTA
if ${sendmail_enable} == NONE
        # Do nothing
else if ${sendmail_enable} == YES
        start sendmail with ${sendmail_flags}
else if ${sendmail_submit_enable} == YES
        start sendmail with ${sendmail_submit_flags}
else if ${sendmail_outbound_enable} == YES
        start sendmail with ${sendmail_outbound_flags}
endif
# MSP Queue Runner
if ${sendmail_enable} != NONE &&
   [ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES
        start sendmail with ${sendmail_msp_queue_flags}
endif

Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>,
		Christopher Schulte <schulte+freebsd@nospam.schulte.org>
MFC after:	1 week
2002-03-28 03:29:22 +00:00
phk
1fb6046185 First cut at a geom(4) manpage.
The mdoc markup and all spelling errors in this file are all legal game
for anyone with more doc-clue than me.
2002-03-27 09:58:14 +00:00
murray
90f3ae3dfa Add drivers.conf.5 to the build. 2002-03-27 06:38:43 +00:00
murray
2865579b8d Capitalize mfsroot consistently.
Submitted by:	dd
2002-03-27 06:38:25 +00:00
ru
f6da61bcc9 Install sys/security/lomac/*.h to /usr/include/security/lomac/.
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.

PR:		docs/29534

Install sys/netatm/*/*.h to /usr/include/netatm/*/.

Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>.  Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.

Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.

Don't install IPFILTER headers.  Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.

Resurrect SHARED=symlinks in Makefile.inc1.

PR:		bin/28002

Prodded by:	bde
MFC after:	2 weeks
2002-03-26 16:05:14 +00:00
murray
d5248ae7a0 Add drivers.conf(5) to the SEE ALSO section.
MFC after:	1 week
2002-03-26 10:46:03 +00:00
murray
0726403b54 A new man page describing the drivers.conf configuration file that
specifies which kernel options should be removed from the boot kernel
(kern.flp) and loaded as modules from the mfsroot.flp.

Reviewed by:	ru, dd
2002-03-26 10:41:20 +00:00
obrien
9df0f53dd9 'char *' can be a large entity now (on 64-bit platforms). Thus move it up
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
netchild
137850f489 Don't pretend to be a section 4 man page.
Approved by:	joerg
2002-03-24 10:25:21 +00:00
davidc
92f87e9176 Fixed bad wording/spelling in few paragraphs. 2002-03-24 00:31:38 +00:00
nsouch
39dc3035c4 viapm is the driver for VIA SMBus controllers 2002-03-23 15:26:20 +00:00
des
11a0c28ba7 Actually install the moduli(5) man page. 2002-03-22 20:29:26 +00:00
des
0028194219 /etc/moduli -> /etc/ssh/moduli 2002-03-21 21:54:17 +00:00
des
cd3d21d017 This commit was generated by cvs2svn to compensate for changes in r92899,
which included commits to RCS files with non-trunk default branches.
2002-03-21 21:47:20 +00:00
des
e4f5f5e517 Import OpenBSD's moduli(5) man page 2002-03-21 21:47:20 +00:00
ru
dea7dd81b7 Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
with the NO_IPFILTER make.conf(5) knob.

(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
luigi
935ad03755 More details on how to write a crunch.conf file for PicoBSD,
and document the "import_files" option.
2002-03-21 03:15:47 +00:00
archie
307347e76b Document support for 56-bit keys. 2002-03-20 18:16:18 +00:00
ru
61f9e9317e Fix a typo. 2002-03-20 14:47:36 +00:00
ru
c802961bf0 mdoc(7) police: tidy up. 2002-03-20 14:33:37 +00:00
cjc
dbbdf0bdd8 Add a paragraph break I missed in my last update. 2002-03-20 09:39:37 +00:00
ru
d9a2dd6fcd mdoc(7) police: tidy up. 2002-03-18 16:52:32 +00:00
ru
e75296ea44 mdoc(7) police: tidy up. 2002-03-18 16:40:07 +00:00
ru
98d8008e61 mdoc(7) police: tidy up. 2002-03-18 16:29:26 +00:00
ru
1210816e73 mdoc(7) police: tidy up. 2002-03-18 16:18:33 +00:00
ru
9740662160 Unobfuscate VLAN trunking description.
Reviewed by:	luigi
2002-03-18 14:41:47 +00:00
ru
272c9b0e68 mdoc(7) police: tidy up. 2002-03-18 14:35:22 +00:00
ru
3043c74e4c mdoc(7) police: tidy up. 2002-03-18 13:52:30 +00:00
ru
65985c0705 mdoc(7) police: tidy up. 2002-03-18 13:02:33 +00:00
ru
ab19336d4b Remove the confusing XXX that should have been deleted in revision 1.5. 2002-03-18 12:49:03 +00:00
ru
6ea890927d s/UNIX/FreeBSD/ 2002-03-18 12:39:32 +00:00
ru
5630d2382e mdoc(7) police: macroize UNIX. 2002-03-18 12:38:33 +00:00
ru
92637a6f78 mdoc(7) police: nits. 2002-03-18 12:34:41 +00:00
ru
1e7b3a120f mdoc(7) police: Re-apply fixes from revision 1.2 that got completely
backed out by revision 1.4.  Fixed some more.
2002-03-18 12:25:33 +00:00
ru
056f7ba050 mdoc(7) police: markup nit. 2002-03-18 12:10:45 +00:00
ru
a3d8eb8f5b mdoc(7) police: tidy up. 2002-03-18 12:04:52 +00:00
ru
7aa5856f5a mdoc(7) police: pedantry. 2002-03-18 11:08:53 +00:00
ru
061a25b937 mdoc(7) police: markup nit. 2002-03-18 11:03:57 +00:00
ru
7a8f8f73b9 mdoc(7) police: tidy up. 2002-03-18 10:59:58 +00:00
ru
e558020c07 mdoc(7) police: fixed some wording, kill whitespace at EOL. 2002-03-18 10:52:09 +00:00
ru
22b01e0e54 mdoc(7) police: macroize UNIX. 2002-03-18 10:43:49 +00:00
ru
96064b8ea6 mdoc(7) police: tidy up. 2002-03-18 10:34:43 +00:00
ru
c122b651e5 mdoc(7) police: nit. 2002-03-18 10:19:56 +00:00
ru
d3e3318ac7 mdoc(7) police: tidy up. 2002-03-18 10:07:22 +00:00
ru
69d6446a7f mdoc(7) police: tidy up. 2002-03-17 15:02:20 +00:00