Update to r54232:

Add a missing space in a jail.conf example.

While here, fix a devfs example in german handbook.
This commit is contained in:
Bjoern Heidotting 2020-06-20 18:23:20 +00:00
parent e09511c5f7
commit 864048ace6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54284

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/jails/chapter.xml,v 1.23 2011/05/25 20:42:25 jkois Exp $
basiert auf: r54184
basiert auf: r54232
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -413,13 +413,13 @@
<filename>/etc/jail.conf</filename>:</para>
<programlisting><replaceable>www</replaceable> {
host.hostname = <replaceable>www.example.org</replaceable>; # Hostname
ip4.addr = <replaceable>192.168.0.10</replaceable>; # IP address of the jail
path = "<replaceable>/usr/jail/www</replaceable>"; # Path to the jail
devfs.ruleset = "<replaceable>www_ruleset</replaceable>"; # devfs ruleset
mount.devfs; # Mount devfs inside the jail
exec.start = "/bin/sh /etc/rc"; # Start command
exec.stop = "/bin/sh /etc/rc.shutdown"; # Stop command
host.hostname = <replaceable>www.example.org</replaceable>; # Hostname
ip4.addr = <replaceable>192.168.0.10</replaceable>; # IP address of the jail
path = "<replaceable>/usr/jail/www</replaceable>"; # Path to the jail
devfs_ruleset = "<replaceable>www_ruleset</replaceable>"; # devfs ruleset
mount.devfs; # Mount devfs inside the jail
exec.start = "/bin/sh /etc/rc"; # Start command
exec.stop = "/bin/sh /etc/rc.shutdown"; # Stop command
}</programlisting>
<para>Um die Jails mit dem Betriebssystem zu starten, fügen