| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
since that is now the default NFS client.
This is a content change.
Reported by: shuvaev at physik.uni-wuerzburg.de
Approved by: re (hrs)
|
|
|
|
|
|
|
|
| |
Submitted by: Michiel Overtoom (motoom % xs4all nl)
PR: 159130 159131 159132 159133 159134
159135 159136 159137 158138 159144
Approved by: re (kib)
MFC after: 3 days
|
|
|
|
| |
Nitpicked by: niclas zeising at gmail.com :)
|
| |
|
|
|
|
|
|
|
|
| |
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
MFC after: 1 week
|
| |
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
|
|
|
|
| |
Approved by: imp@
|
|
|
|
|
|
|
|
| |
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
|
|
|
|
|
|
| |
switch to 2-clause license per NetBSD rc.subr.8 r1.19.
Submitted by: Alex Kozlov
|
|
|
|
|
|
| |
to it.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
insisting on privileged port access.
Include /var/yp/Makefile.local if it exists and suggest using
it to override /var/yp/Makefile behaviour.
Approved by: re (kib)
MFC after: 3 weeks
|
|
|
|
|
|
| |
and alphabetize them.
MFC after: 3 days
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
but the man page describes conceptual information about the process of
adding a user, thus it should belong to section 7.
- Remove HISTORY and BUGS sections because of the aforementioned reason.
PR: docs/130151
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days
|
|
|
|
| |
Reviewed by: brueffer
|
|
|
|
| |
Approved by: ru
|
|
|
|
| |
o Improve mdoc(7) markup and style of the paragraph on stop_boot.
|
|
|
|
| |
Approved by: re (hrs)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
scripts in rc.d to stop rc(8) from booting into multi-user mode when
a critical or severe error condition is encountered.
o Modify scripts in etc/rc.d that already implemented this functionality
independently.
o Document it.
[1] - This subroutine was implemented in FreeBSD in rc.d/fsck. I moved it
to rc.subr(8). Our version differs slightly in that it takes an
optional argument to stop the boot even if "autoboot" is not set.
Obtained from: NetBSD
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Break out the boot0 loader selection into a variable - NANO_BOOTLOADER -
so people like me with VGA consoles can override the default (which is
to use boot0sio)
* Put the boot0 configuration options in NANO_BOOT0CFG in case you want
to override the defaults.
* Modify nanobsd.8 to reflect the changes and hint the console default is
serial.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
Document my recent changes to rc.subr(8):
- there is $required_modules now;
- $required_* are checked before invoking a custom start method, too.
MFC after: 1 month
|
|
|
|
| |
Reminded by: ru
|
|
|
|
| |
Approved by: trhodes (mentor), keramida (mentor)
|
|
|
|
|
|
|
| |
procedures, not necessarily commands.
PR: docs/35011
Obtained from: NetBSD (partly)
|
| |
|
|
|
|
|
|
|
| |
mdconfig(8) on RELENG_[56] and HEAD, which is referenced too.
Approved by: keramida (mentor), trhodes (mentor)
MFC after: 1 week
|
|
|
|
|
|
| |
Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
certain conditions. I haven't been able to find a better solution yet:
- Set a two read-only variables (${prefix} and ${etcdir}). This is
especially useful when using /etc/rc.d scripts with third-party
software installed from ports.
- Fix rc.d/sshd to work with openssh from ports using ${etcdir}
instead of hardcoded /etc.
- Reflect prefix/etcdir changes in rc.subr.8.
src/etc/rc.d/sshd: rev 1.9 -> 1.10
src/etc/rc.subr: rev 1.51 -> 1.52
src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12
Approved by: cperciva (mentor)
|
|
|
|
|
|
| |
should be tagged with ".Cm". (Refs to "stop" are OK already.)
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
| |
of them do that conditionally depending on kldstat. The code is
duplicated all over, but bugs can be uniqie.
To make the things more consistent, introduce a new rc.subr function,
load_kld, which takes care of loading a kernel module conditionally.
(Found this lying for a while in my p4 branch for various hacks.)
|
|
|
|
|
|
|
|
| |
automatically by load_rc_config.
With help from: ru (mdoc-fu)
Reviewed by: brueffer
Approved by: cperciva
|
|
|
|
|
|
|
|
|
| |
- Merge some documentation bits.
Reviewed by: brooks, simon (doc)
Approved by: cperciva (mentor)
Obtained from: NetBSD
MFC after: 3 days
|
| |
|
|
|
|
|
| |
PR: docs/68453
MFC after: 3 days
|
|
|
|
|
|
| |
remove references to mdconfig/vnconfig, and remove
some of the references to floppies since they are rarely
used at all now.
|
|
|
|
|
|
|
|
| |
Lose pointers to where these files were two major releases ago.
PR: docs/90370
Submitted by: Daniel Feenberg <feenberg at nber dot org>
Harassed by: Daniel Gerzo <danger at rulez dot sk>
|
|
|
|
|
|
| |
as to how things work currently.
Delete a lot of stale references.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as part of rc. Doing this, and the sourcing of rc.subr after we have
determined if we are booting diskless (and correspondingly run
rc.initdiskless if necessary) are safe, and actually allow fewer files
to be needed on the diskless box. This also allows variables from
the configuration to be available to rc itself, such as ...
Add a variable to rc.conf, early_late_divider, which designates the
script which separates the early and late stages of the boot process.
Default this to mountcritlocal, and add text to etc/defaults/rc.conf,
rc.conf(5) and diskless(8) which describes how and why one might want
to change this.
Reviewed by: brooks
|
| |
|
|
|
|
| |
Thanks to: Ruslan Ermilov
|
|
|
|
|
|
| |
While I'm here, update my own email address.
Thanks to: Luke Mewburn for pointing out the oversight.
|
|
|
|
| |
Wrap a too long line.
|
|
|
|
| |
yet it can be enabled when applicable.
|
|
|
|
|
|
|
|
|
| |
where applicable. The main reason for this change is that
the location of make.conf is not constant and can be
modified via __MAKE_CONF. This change also improves
hyper-text linkage in our manpages.
MFC after: 2 weeks
|
|
|
|
| |
Approved by: re (hrs)
|