diff options
author | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-06-20 18:23:20 +0000 |
---|---|---|
committer | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-06-20 18:23:20 +0000 |
commit | 864048ace611f102c8462b0f78e8edb4124b368a (patch) | |
tree | bef1e670a2a7d8498a81aad3d84f64a7898bab75 /de_DE.ISO8859-1 | |
parent | e09511c5f7a1c1cd030f96b57e6661a53ea18fba (diff) | |
download | doc-864048ace611f102c8462b0f78e8edb4124b368a.tar.gz doc-864048ace611f102c8462b0f78e8edb4124b368a.zip |
Update to r54232:
Add a missing space in a jail.conf example.
While here, fix a devfs example in german handbook.
Notes
Notes:
svn path=/head/; revision=54284
Diffstat (limited to 'de_DE.ISO8859-1')
-rw-r--r-- | de_DE.ISO8859-1/books/handbook/jails/chapter.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/de_DE.ISO8859-1/books/handbook/jails/chapter.xml b/de_DE.ISO8859-1/books/handbook/jails/chapter.xml index 7e55964a08..a0ada52a15 100644 --- a/de_DE.ISO8859-1/books/handbook/jails/chapter.xml +++ b/de_DE.ISO8859-1/books/handbook/jails/chapter.xml @@ -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 |