explain why `/var' or `/var/tmp' may needs a lot of disk space, and
tune the description of `/usr' to remove an instance of ``Both of
which'' that seemed to be dangling from nowhere in particular.
and unsupported 6.x releases. Tom started this process a while ago
and I'll follow up on that for the latest EoL round.
The old versions can still be found in the doc archives:
http://docs.freebsd.org/doc/
more clear that it is *required* for startup scripts. An rc.d script
without a PROVIDE keyword is not run by our rc.subr (it is skipped by
the find_local_scripts_new() shell function of rc.subr).
Inspired by: A post by Helmut Schneider, jumper99 at gmx.de,
on news:comp.unix.bsd.freebsd.misc
Message-Id: 63aggbF26iusnU1@mid.individual.net
As Alexander Leidinger has pointed out:
"glibc behaves differently based upon the value of it. It may refuse to
do anything if it doesn't understand the value. Changing the value of
osrelease is only advised in experimental situations (like in
http://wiki.freebsd.org/linux-kernel) and may result even in kernel
panics."
I've replaced a reference to `compat.linux.osrelease' with a safer
example, for setting `security.bsd.see_other_uids=0', which we already
use as a sample /etc/sysctl.conf entry anyway.
* Reword the paragraph before a set of tunables for Linux, as
it wasa bit confusing.
* Correct the name of 'kern.maxfiles' (it was 'kern.maxfile')
before, and reword the text around it to remove the need for
a possessive "'s", which would look funny after 'maxfiles'.
* Finish properly a sentence which was missing a fullstop.
Submitted by: ganbold &at; micom ˙ mng ˙ net
- Mention /boot/loader.conf when we talk about modules;
- The NDIS driver part does not belong to wireless devices section since
it can be used for other Ethernet device, so move that part to its own
section in the network device configuration page. I also updated the
previous text to match 5.5, 6.X and 7.X
Based on docs/84961 (submitted by Fredrik Lindberg
<fli+freebsd@shapeshifter.se>), docs/97229 (submitted by Gavin
Atkinson <gavin@mod3.co.uk>) and many other requests/remarks.
o Remove 4.X information, this includes notes and sections.
o Update documentation to reflect 5.X and 6.X.
o In some areas, try to make the new content version agnostic.
o Skip areas stating "5.[0-5] and later" as it's relevant - we
need a better way to handle these.
For several items, I checked the NOTES files, manual pages,
CVS history, etc.
Discussed on: -doc
A few ideas from: remko
"next generation" technology anymore. :)
Update text and examples to match current realities relative
to the local_startup import, and other advances.
Attempt to future-proof the text a little by referring to
dates and releases, rather than (e.g.) "recently."
Add some more man page references.
Reviewed, and helpful suggestions provied by: pav
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.
Requested by: intron at intron ac
Reviewed by: Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by: simon
- eliminate single use of term "rcNG"
- change chapter name to mention FreeBSD 5.X and newer, not just 5.X
- kill <indexterm> rcNG
- kill mention of 5.X at the end of the chapter, it's not just 5.X
Approved by: keramida (mentor)
the Virtual Hosts part. [1]
Update the programlisting that follows the previosly mentioned section
and remove leading spaces (which changes the presentation on the site). [2]
PR: docs/78132
Submitted by: Brad Davis <so14k at so14k dot com> [1]
Siebrand Mazeland <s dot mazeland at xs4all dot nl> [2]
Approved by: simon (mentor)
node since revision 1.196 of `src/sys/netinet/tcp_subr.c'. Update
their description in the Handbook, but keep a reference to the old
pre-5.3-RELEASE names until we stop supporting 4.X releases (a couple
of years from now).
PR: docs/76462
Submitted by: Joel Dahl <joel@automatvapen.se>
added to the kernel configuration. Also note that some drivers cannot
be used as modules (i.e. those for some ISA devices).
Useful comments by: blackend, den
- lowercase/upercase entries
- remove the entry "basics"
- cross reference readers with <see> to variants
- remove an entry from a footnote
- unify entries of kernel options
informaltable element properly, unless the pgwide attribute is
explicitly set to 1. Use this consistently within the (en) tree, and
update the FDP accordingly. This should finally silence the demons in:
PR: docs/73095
Submitted by: Hilko Meyer <Hilko dot Meyer at gmx dot de>