Make section IDs in GEOM chapter lowercase, and adjust references to them
from other parts of the book.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Prefer the use of service(1) to explicit invocation of /etc/rc.d
scripts: service(1) puts things in one place and abstracts them. Also, it's
less
typing and easier to autocomplete.
While here modernize script examples by removing the ".sh" suffix.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Woops, this is in the 'Changes from the First Edition' section, not a
generic introduction.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Correct the example on how to prevent NIS users from logging in. The
previous instructions did not work and this corrected version is based on
a working config from a production system. Add some descriptive text, too.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Change a link pointing to freshmeat.net to point to freecode.com.
Freshmeat has changed name to Freecode some time ago.
While here, remove a repeated word and an extra space.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Prefer the use of service(1) to explicit invocation of /etc/rc.d scripts:
service(1) puts things in one place and abstracts them. Also,
it's less typing and easier to autocomplete.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
- The nsupdate(8) man page no longer exists: nsupdate(1) replaces it. Change
the reference in the "network servers" Handbook chapter. [1]
- Add nsupdate(1) to the man page references file, without removing the old
one so that translations don't break.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Correct a few entries that were mistakenly changed which would adversely
affect users of 8.x and prior by noting separate rc.conf(5) entries for
8.x and earlier or 9.x and later.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
- Redo author entry
- Bump copyright year
- Remove trademark attributions terms that are no longer used in the handbook
- Updates to sync this page with the latest in the english tree
Submitted by: Bjoern Heidotting
Minor changes by: bcr
Obtained from: The FreeBSD German Documentation Project
- ipv6_enable is deprecated; use ip6_prefer instead.
- ipv6_ifconfig_{interface} is deprecated in favor of
ifconfig_{interface}_ipv6; additionally, the latter requires the
specification of 'inet6'.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
- Fix title capitalizations
- Standardize the use of 'e.g.,' and 'i.e.,' where appropriate
- Wrap application names with <application> tags in <title>s where
appropriate
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Enhance text which explains how to debug networking
problems when setting up PXE.
We should now be on track again with no further missing revisions and
can continue towards synching with en_US HEAD.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Reference inetd(8) instead of providing a list of arguments here.
It's possible inetd(8) may be updated in the future, leaving the
argument list here out of date.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Remove comments in the Apache section about items that will likely never
be written.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Prefer the use of pgrep instead of ps | grep for exactly the reason
specified in the handbook: ps is "racy".
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
- Clarify the procedure for setting up the PXE environment
- Comment out some sections which probably no longer apply.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
Description on how to set up a PXE boot with NFS root.
Submitted by: Bjoern Heidotting (via email)
Obtained from: The FreeBSD German Documentation Project
- comment out the BOOTP section for now, as this does not belong here
- correct some german typos while where here.
Submitted by: Bjoern Heidotting
Obtained from: The FreeBSD German Documentation Project
as this article has not been translated yet. Fix this by linking to
the en_US version of the article instead for now.
Submitted by: Barnerd (on IRC #bsddocs)
Remove NAT section from advanced-networking chapter.
It was linked to from the firewalls chapter, but we aren't there yet.
To make the handbook build in the german tree and allow further updates
to the advanced-networking chapter, simply remove the link. The firewalls
chapter will be updated eventually, and will then get the NAT info back.
Submitted by: Bjoern Heidotting (changes to advanced-networking)
Obtained from: The FreeBSD German Documentation Project