Commit Graph

352 Commits

Author SHA1 Message Date
soren
0153d72d25 s/file format/format/ 2002-08-12 20:50:31 +00:00
soren
e471d531a0 Bring up to date with getdents(2) reality. 2002-08-12 20:49:33 +00:00
thorpej
5eb3bf9182 Give core files a mention. 2002-07-10 14:29:04 +00:00
thorpej
649dfd174e Document the ELF core file format. 2002-07-09 01:05:32 +00:00
atatat
e7594c01fc Cross reference rc.subr(8) from rc.conf(5). 2002-07-08 16:15:35 +00:00
skrll
68677255b0 Refer to ${PKGSRCDIR} instead of /usr/pkgsrc in the same way packages(7)
does.
2002-06-17 20:22:48 +00:00
lukem
56dc20a9f6 ntpd_chrootdir needs /dev/clockctl as well 2002-06-17 06:47:58 +00:00
lukem
3fb96042d9 $ntpd_chroot requires "pseudo-device clockctl" in the kernel 2002-06-15 02:00:06 +00:00
wiz
6ad1c67912 Instead of Xref to ourselves, use .Nm. 2002-06-12 00:21:53 +00:00
wiz
2f6c445df5 Improve mdoc, and correct the example of how to create mixerctl.conf. 2002-06-02 19:07:25 +00:00
jmcneill
3d886831b0 Remove clause #3 (forgot to remove it before the original commit) 2002-06-02 19:05:09 +00:00
jmcneill
29ed807363 mixerctl.conf(5) documentation. 2002-06-02 18:55:08 +00:00
itojun
ed0f646e43 have an example with blowfish password. 2002-05-24 04:17:44 +00:00
itojun
c89c003ed2 support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
from openbsd
2002-05-24 04:02:47 +00:00
lukem
96e2ff62c8 Add two new rc.conf(5) variables:
rc_rcorder_flags		extra flags to rcorder(8) in /etc/rc
    rcshutdown_rcorder_flags	extra flags to rcorder(8) in /etc/rc.shutdown

This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
	rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
	rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.

I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.
2002-05-19 01:01:32 +00:00
jdolecek
6662805edf Add pointer to /usr/share/examples/fstab/ to FILES section.
Remove mount_*(8) xrefs, leave just mount(8).
2002-05-04 19:50:36 +00:00
lukem
d918d8f74f Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}.
There were too many synchronisation problems with using the former;
including situations such as a "make clean" performed between two
installs to the same DESTDIR would result in a truncated METALOG and
the resultant sets would be missing stuff such as include files that
don't get reinstalled if they haven't changed, even with !UPDATE.
2002-05-03 08:58:45 +00:00
lukem
3d13a59112 - deprecate ip6forwarding in favour of ip6mode
- various grammar fixes
2002-04-29 10:27:14 +00:00
lukem
8323badb7a deprecate $sshd_conf_dir (and hardcode as "/etc/ssh").
$sshd_conf_dir wasn't as flexible as liked (it didn't work for ssh(1),
host keys or known_hosts).
2002-04-29 05:56:25 +00:00
lukem
248bbf896e Document NETBSDSRCDIR & UNPRIVED.
Reword BSDOBJDIR and BSDSRCDIR descriptions.
2002-04-26 16:24:06 +00:00
lukem
39a9178088 - Improve wscons.conf(5)
- Add support for "setvar", which allows setting of arbitrary wsconsctl(8)
  variables.  Per email on tech-userlevel from Julio Merino <jmmv@hispabsd.org>
2002-04-26 00:06:53 +00:00
lukem
9b40da66ac improve /etc/rc.conf.d/* documentation, as per reminder from matt green. 2002-04-18 12:13:07 +00:00
lukem
5ee7ac8886 Replace $critical_filesystems_beforenet with $critical_filesystems_local .
Replace  $critical_filesystems            with  $critical_filesystems_remote .

The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.

For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
lukem
1193c443bb swapoff 2002-03-21 23:14:03 +00:00
mrg
c6cc70654c note that securelevel=0 ends up -> securelevel=1 (part of PR#13647) 2002-03-01 16:52:04 +00:00
lukem
10b7474494 the rc_fast_and_loose behaviour is enabled if the variable != "", not
if it == "YES", so fix the documentation...
2002-02-25 04:23:20 +00:00
lukem
feea5a8afb sshd_conf_dir 2002-02-24 13:00:41 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
martti
d7bcd10a27 ipfs allows state information created for NAT entries and rules using
keep state to be locked (modification prevented) and then saved to disk,
allowing for the system to experience a reboot, followed by the restoration
of that information, resulting in connections not being interrupted.

To activate this feature, set ipfs=YES in /etc/rc.conf
2002-02-11 10:19:55 +00:00
wiz
534f95bc6e Fix Xref. 2002-01-28 12:29:38 +00:00
bouyer
d335e7afdc Note that check_disks also reports failed raidframe components. 2002-01-28 09:02:51 +00:00
wiz
5f167b7127 Remove '.'-line. 2002-01-21 17:44:45 +00:00
wiz
6b8dcf558f Drop superfluous .Re. 2002-01-21 17:41:01 +00:00
wiz
6ae658642d Punctuation nit, file system separation, and slight formatting improvements. 2002-01-21 15:55:36 +00:00
lukem
deb1dc05c2 - document rc_fast_and_loose, racoon, ifwatchd, altq, named_chrootdir,
ntpd_chrootdir, ndbootd, isdnd, isdn_autoupdown, poffd, moused
- reorder some entries
- add "passes xxxx_flags" for some entries
- clarify the types of a few variables
- fix typos
2002-01-21 15:40:55 +00:00
wiz
0d5dab060b Add two keywords "netmask" in examples. Fixes PR #14930. 2001-12-14 15:12:39 +00:00
wiz
d2482f58bd Grammar improvement, and note passwd.conf.5. 2001-12-12 13:36:11 +00:00
wiz
267e4b3d45 No point in using __P in prototype declarations in man pages. 2001-11-28 16:49:02 +00:00
wiz
c2c43720b7 Add a hyphen, and replace /usr/pkgsrc/mk/mk.conf.example with
/usr/pkgsrc/mk/bsd.pkg.defaults.mk.
2001-11-27 16:17:35 +00:00
wiz
ced65d9a35 Quote .Sq argument, and give correct argument to .Bd -offset (_not_ xxxx).
Second part fixes misc/14692.
2001-11-23 18:40:59 +00:00
kleink
22c0e4ba00 Expand NLS acronym; from Jeremy C. Reed in PR misc/14577. 2001-11-19 16:15:00 +00:00
skrll
04b6a0a047 You can build libraries with more than just cc(1) now you know. 2001-10-31 18:44:11 +00:00
lukem
d76f074387 - expand check_homes description
- check_disklabels now backs up fdisk output if /sbin/fdisk exists
- expand check_mtree description
- s/pkg_dbdir/pkgdb_dir/
2001-10-15 08:53:28 +00:00
itojun
ee336410b2 typo 2001-10-02 05:21:21 +00:00
atatat
e018ea931c Man page updates to cover recent work and work that I did before I
realized there was a man page for this stuff.
2001-10-01 03:02:34 +00:00
itojun
307dd4bc9d adjust -width for .Bl 2001-09-14 06:30:56 +00:00
itojun
18dd17006b document insecure[12]. 2001-09-13 11:07:48 +00:00
wiz
89deca2505 Drop superfluous .Pp. 2001-09-11 01:22:51 +00:00
wiz
42704c41c9 Sort SEE ALSO correctly; trade empty lines for .Pp; drop superfluous .Pp's;
correct oder of sections; even comment in some .Xr's in one case.
2001-09-11 01:01:56 +00:00
wiz
1f8c01ef58 Use standard section headers. 2001-09-10 23:32:29 +00:00