Commit Graph

6793 Commits

Author SHA1 Message Date
ume
4aad0459f2 sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.
This is standard feature.

Submitted by:	ru
2002-03-30 18:14:37 +00:00
ume
f3aafa101f sendmail 8.12 claims against GroupReadableSASLFile.
Submitted by:	mistral@imasy.or.jp
2002-03-30 17:53:10 +00:00
joe
3f16f46fdb Install libusbhid, and use it instead of libusb.
MFC after:	6 days
2002-03-28 18:44:25 +00:00
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
ache
28d6c29a10 Fix 0x8b and 0x9b upper/lower mapping 2002-03-28 01:13:04 +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
hm
67738c4bc2 Update i4b documentation. 2002-03-26 15:14:58 +00:00
murray
5ff751bb86 Add a dictionary of technical terms.
This file contains FreeBSD/Unix lexicon that is used by the system
documentation.  It makes a great ispell(1) personal dictionary to
supplement the standard English language dictionary, and can be used
to greatly reduce the number of false positives when spell checking
share/man/*, www/*, or doc/*

Discussed with: ru, obrien
MFC after:	2 weeks
2002-03-26 11:21:58 +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
phk
18a4c2c111 Modernize my email address. 2002-03-25 14:12:49 +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
4a1df87ed7 Install static and profiled libraries with -C. 2002-03-22 20:28:16 +00:00
roam
700cd85b2e Install a sample /usr/share/examples/smbfs/dot.nsmbrc.
PR:		35649
Reported by:	Johann Frisch <jerfa@yahoo.com>
Reviewed by:	bp
Approved by:	bp, silence on -doc
MFC after:	1 week
2002-03-22 09:20:32 +00:00
sheldonh
f645b7c5e4 Regen. 2002-03-22 09:08:54 +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
ru
333c1d4d25 Make lint(1) a cross-tool.
(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong
with enabling build of lint libraries in rev. 1.12.)

This fixes cross-arch compiles (running binaries for a different arch
when generating lint.7 and lint libraries) and cross-branch compiles
(4.x -> 5.0 buildworld should be working again).
2002-03-20 18:25:50 +00:00
archie
307347e76b Document support for 56-bit keys. 2002-03-20 18:16:18 +00:00
ru
b5c7ae92bf Install manpage for old -me macro package.
(me.7 has been repo-copied to orig_me.7.)
2002-03-20 16:26:35 +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
bde
c900f7bd6f Removed bogus env(1) commands. make(1) uses a real shell, so
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...".  Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).
2002-03-19 06:11:43 +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