Commit Graph

524 Commits

Author SHA1 Message Date
hubertf
768192ee9f Back out previous attempt at cleaning up the mess,
let someone else resolve this.

Requested by uwe.
2005-12-22 02:52:40 +00:00
uwe
a527ca4c45 Fix formatting botch. 2005-12-21 07:43:30 +00:00
hubertf
266577df3c At least try to be consistent about where to document (most...)
user-settable MKxxx and USE_xxx variables, and put them into mk.conf(5).
Sort alphabetically.

OK: christos, lukem
2005-12-21 04:25:54 +00:00
peter
3c194e239e Add an extra argument to "setvar" to indicate whether a keyboard,
display or mouse variable should be changed. This is backwards compatible
with the old setvar style: if the argument is not specified, it defaults
to `keyboard'.
2005-12-13 21:46:47 +00:00
wiz
da4df4f01d Install nologin(5). 2005-12-12 22:26:53 +00:00
ginsbach
ae50fb06a3 Add a nologin(5) man page. 2005-12-09 17:02:53 +00:00
wiz
4b2675b81a Drop trailing whitespace. 2005-11-24 19:32:35 +00:00
rpaulo
7acb962baa RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
    message if the variable is defined.
    * introduce $ip6uniquelocal (defaults to 'NO') that will control the
    behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
    will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.
2005-11-24 17:28:45 +00:00
elad
017aa4d6ab Add information about recently added veriexec_strict and veriexec_verbose
rc.conf variables.
2005-11-19 19:59:24 +00:00
christos
de62b7b165 bump the date. 2005-11-12 18:55:19 +00:00
gendalia
0fbb37df6f statvfs did not appear in 2.1, but in 3.0. 2005-11-04 06:09:20 +00:00
hubertf
e533c36a54 Add locate.updatedb(8).
Discovered missing while sorting things out for BSDcertification.org.
Ran through wizd(8).
2005-10-05 06:29:03 +00:00
wiz
5219255abf getfsent(3) does not contain any information about the (nonexisting)
function getfstype(), so don't MLINK it. Remove getfstype from other
places that reference it too.

Noted by jmc@openbsd.
2005-10-03 14:56:32 +00:00
jmmv
4d3c62ba48 Make the file system names column wide enough to suit all names.
Terminate all entries with a dot (for consistency with the ones that were
like this before).
Few minor markup fixes.
2005-09-29 21:02:14 +00:00
jmmv
1a0ed0c2e8 Mention tmpfs; noted by martti@. While here, also mention smbfs and ptyfs. 2005-09-29 20:59:13 +00:00
wiz
de76f19a15 Fix typo. 2005-09-17 19:39:48 +00:00
elad
be00ef5e40 Document permit_nonalpha.
PR/20497.
2005-09-17 19:32:11 +00:00
wiz
2a27f58d26 genassym.sh(8) -> genassym(1). From YOMURA Masanori in private mail. 2005-09-11 23:32:48 +00:00
hubertf
105b456cb7 Mention pwhash(1) in a few places,
suggested in PR 31125 by Stefan Schumacher.
2005-09-05 03:37:14 +00:00
christos
c4ee9f6d2e 64 bit inode changes 2005-08-19 02:07:18 +00:00
rpaulo
70d95a4d7d /sys is no longer available, change it to /usr/src/sys. 2005-08-18 01:09:02 +00:00
jmmv
a31858b1d2 Fix a typo and replace a comma with an 'and'. 2005-08-05 13:20:05 +00:00
rtr
599cc15c8c forward.5 from FreeBSD
resolves pr#20179
2005-07-16 09:10:02 +00:00
peter
df0caa2637 Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.
2005-06-27 20:32:39 +00:00
christos
4bcc1eddf4 Add ST_MAGICLINKS and sort. 2005-06-23 02:04:08 +00:00
peter
0bd9d20336 Sync with sys/ufs/ffs/fs.h. 2005-06-14 12:11:20 +00:00
nathanw
b765c01a21 "consists of", not "contains of". 2005-05-24 21:29:16 +00:00
wiz
528dade127 Fix persistent typo; slightly improve MKPAM description;
bump date for MKPAM description.
2005-04-21 14:50:16 +00:00
hubertf
6e0c73492f Document MKPAM, per PR 29947 by Rui Paulo. 2005-04-20 22:10:51 +00:00
drochner
b31fb0b5e2 We don't fall back to the "default" login class if a login class was
given in the password file but not defined in login.conf. Just for
"no class is given". The former is an error and leads to rejection.
2005-04-13 20:39:05 +00:00
jmmv
d4526765bd Remove an space from the beginning of a line. It caused incorrect formatting
after the .Nm macro (the text started at the following line).
2005-03-30 13:07:34 +00:00
wiz
94d7785870 Bump date for new NOTES section. 2005-03-17 12:55:26 +00:00
christos
19d04b27da Add a note about missing components and chain load failure. 2005-03-16 18:51:09 +00:00
wiz
5ccbef2012 NetBSD -> .Nx, some whitespace nits. 2005-03-13 09:37:06 +00:00
salo
60410131db bsd.pkg.defaults.mk was moved to defaults/mk.conf a while ago.
spotted by go@
2005-03-12 16:13:38 +00:00
wiz
a4958497b6 Fix some typos, remove trailing whitespace. 2005-03-09 17:07:00 +00:00
christos
6e543b15c0 Add the binding keyword. 2005-03-09 00:11:31 +00:00
thorpej
690b6d996a Fix missing word in sentence. 2005-03-07 03:17:21 +00:00
thorpej
b311a52b06 Indent the example. 2005-03-07 03:11:01 +00:00
christos
35c70b36f3 .Bd needs display style. Thanks jason for the man page! 2005-03-07 02:44:33 +00:00
thorpej
7078187c0c Add a pam.conf(5) manual page. 2005-03-07 02:26:31 +00:00
peter
1c9b56c830 Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.
2005-02-22 14:39:58 +00:00
wiz
f5e9b507dc Fix Dd argument, and a grammar fix. 2005-02-05 15:31:29 +00:00
jdolecek
8e401e6c31 add a check_passwd_permin_nonalpha option, which changes the passwd
test to permit non-alphanumeric characters in login names
2005-02-05 15:26:37 +00:00
peter
ca50c2f187 statvfs will be in NetBSD 2.1. Pointed out by christos. 2004-12-09 11:21:50 +00:00
peter
9e45393a6f Change .Nx 2.1 to .Nx 3.0, because 3.0 will be the next major
release, not 2.1.
2004-12-08 18:35:56 +00:00
wiz
eb1dcbb30e Mark up paths with .Pa. 2004-11-25 11:40:56 +00:00
ginsbach
9edd582697 New sentence, new line. 2004-11-25 03:11:17 +00:00
lukem
d32da2106d xref getent(1) 2004-11-23 07:54:56 +00:00
yamt
23c8222edb merge after importing pf from openbsd 3.6. (userland part)
some files were imported to the different places from the previous version.
v3_5:
	etc/pf.conf
	etc/pf.os
	etc/spamd.conf
	share/man/man4/pf.4
	share/man/man4/pflog.4
	share/man/man5/pf.conf.5
	share/man/man5/pf.os.5
	share/man/man5/spamd.conf.5
v3_6:
	dist/pf/etc/pf.conf
	dist/pf/etc/pf.os
	dist/pf/etc/spamd.conf
	dist/pf/share/man/man4/pf.4
	dist/pf/share/man/man4/pflog.4
	dist/pf/share/man/man5/pf.conf.5
	dist/pf/share/man/man5/pf.os.5
	dist/pf/share/man/man5/spamd.conf.5
2004-11-14 11:26:43 +00:00