Commit Graph

785 Commits

Author SHA1 Message Date
apb
07c206b653 Document random_seed and random_file. 2014-01-15 11:42:43 +00:00
christos
1c9c725051 remove dup file 2013-12-28 17:35:01 +00:00
spz
acaf72ec02 Introduce a variable for security.conf, default empty, to list users
whose home is (allowed to be) owned by another user.

It's a separate variable and not just check_passwd_permit_dups so I can
make security shut up about my uucp users.

Fixes the second half of PR misc/36063
2013-11-06 19:37:05 +00:00
wiz
a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
njoly
84e9c4d0dc Fix sendmail section (8 -> 1) in xrefs. 2013-07-09 09:41:30 +00:00
wiz
0504958a89 Improve wording. 2013-06-29 08:14:31 +00:00
yamt
006f500d6a add "maxthread" tunable to login.conf to adjust RLIMIT_NTHR.
PR/47626
ok'ed by christos
2013-06-29 04:52:55 +00:00
mbalmer
d7a7f8507d New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.
2013-06-02 11:02:40 +00:00
jdf
2304bc2255 Remove superfluous '.Pp' macro (fixes mandoc(1) warning).
Patch supplied by Bug Hunting.
2013-04-15 22:46:52 +00:00
christos
9b08c42b1d clarify the units of fsblkcnt_t 2013-04-05 17:33:06 +00:00
njoly
39d8199988 Fix a few file system paths to use Pa macro. 2013-03-15 19:32:30 +00:00
wiz
f3f78ea6f0 Use Nx, fix typo. 2013-02-15 21:03:17 +00:00
jmmv
88eb066b41 Add the MKKYUA knob.
MKKYUA defaults to no and will remain as such until the import is complete
and validated.

This knob does not currently have any effects on the build as nothing relies
on it yet.  Upcoming imports and changes in this area will all be guarded by
this flag.
2013-02-15 19:49:48 +00:00
wiz
62db89bdf9 New sentence, new line. 2013-01-13 19:56:13 +00:00
prlw1
281a5e1fdb Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers
is not empty. Adding a ppp variable allows the default peer to be set,
and ppp set to NO so that dialing can happen with /etc/rc.d/ppp onestart.
Default set to YES so that old behaviour is preserved.
http://mail-index.netbsd.org/tech-userlevel/2012/08/21/msg006656.html
2013-01-13 18:47:57 +00:00
roy
636fc830f6 Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.
2012-10-02 09:18:59 +00:00
jkoshy
a1795f8e6b Correct a typo.
Reported by:	tsutsui
2012-09-30 06:00:26 +00:00
jkoshy
835b3c736f Document build knobs MKBSDTAR, MKCLEANSRC, MKCLEANVERIFY, MKCOMPAT,
MKDTRACE, MKLVM, MKNPF, MKPIGZGZIP, MKREPRO, MKRUMP, MKX11FONTS and MKZFS.

Reviewed by:	joerg
2012-09-30 03:48:16 +00:00
abs
62356763f1 Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC
2012-09-19 23:06:22 +00:00
christos
b8d8a7470d default to not checking host and mail names per rfc-2181 2012-09-09 18:09:24 +00:00
wiz
ec3037b42e Whitespace and formatting cleanups. 2012-09-09 17:11:23 +00:00
christos
1212faa109 document missing resolv.conf options 2012-09-09 16:38:52 +00:00
wiz
5f5168605f Add examples for NAME, both with gpt and without. 2012-08-12 17:13:34 +00:00
wiz
42334e4f38 New sentence, new line. Use more markup. 2012-07-30 17:29:00 +00:00
christos
e763a079db PR/46756: Edgar Fuß: Enable ignoring subdirectories in daily's find_core 2012-07-30 17:06:51 +00:00
wiz
ecdcf3a9e9 Bump date for previous. 2012-07-14 17:12:27 +00:00
spz
67d12f6407 more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
2012-07-14 16:04:04 +00:00
jdf
b49de35fb2 * add entry for lvm(8)
* add subsection for block device subsystem setup
 * s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
 * add missing type specifications of variables
2012-07-04 20:53:30 +00:00
christos
65fcd43bd2 cross reference getfsspecname(3) 2012-06-11 23:28:19 +00:00
joerg
1907ec3a61 Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.
2012-06-03 21:42:44 +00:00
wiz
088ed78a34 New sentence, new line; serial comma; remove extra space.
From Bug Hunting.
2012-05-13 15:49:43 +00:00
wiz
67809b1c3f Various improvements.
- better macro usage;
- new sentence, new line;
- mention correct file in `FILES' section again;
- use consistent spelling.

From Bug Hunting.
2012-05-13 15:48:50 +00:00
wiz
d4a2bd08b2 Remove trailing whitespace. 2012-05-02 22:38:31 +00:00
gendalia
7591311640 Add the ability for staticroute to evaluate lines from /etc/route.conf
as shell script fragments, add example to the route.conf man page of
evaluating variables.

Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.

Wrap the staticroute while in parens, per <apb> & <christos>, and
quote all the arguments for the evals.
2012-05-02 15:57:15 +00:00
njoly
c865ac5294 Adjust xref for capability database file format. 2012-04-30 11:07:28 +00:00
wiz
c090f09873 Sort SEE ALSO; new sentence, new line. 2012-04-22 10:19:15 +00:00
wiz
c5308616ec Sort sections, sort SEE ALSO. 2012-04-22 10:19:00 +00:00
wiz
1cc71411f8 Sort SEE ALSO. 2012-04-22 10:13:52 +00:00
roy
258cf0abec Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
2012-04-21 12:27:24 +00:00
christos
fbae18c4fe document NAME=label 2012-04-07 03:14:06 +00:00
wiz
2b389a012a Bump date for previous. 2012-04-05 09:15:56 +00:00
spz
aca1a7df56 add a description for the new check_passwd_permit_dups variable 2012-04-05 09:10:21 +00:00
njoly
bed7cf5a54 Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update some dead URL links.
First part of PR/29238.
2012-03-11 23:42:06 +00:00
wiz
2985f26716 Remove trailing whitespace. 2012-03-06 10:26:18 +00:00
plunky
498fdc5a56 document rebuild_mandb 2012-03-06 10:23:10 +00:00
plunky
002ad20e5a mention run_makemandb 2012-03-06 10:12:59 +00:00
nonaka
edb4fc4829 fix incorrent example. 2012-03-03 15:14:03 +00:00
dholland
7da608ca9c Update dangling references to quotactl(2), mostly now libquota(3), and to
quotactl(8), mostly now quotarestore(8). ok riz@
2012-02-13 19:53:24 +00:00
dholland
eb3306a822 Sentences should verbs. From Snader_LB 2012-01-08 04:01:12 +00:00
wiz
8ff9859919 New sentence, new line. Use more markup. Bump date for previous. 2011-11-28 09:38:45 +00:00