svn commit: r54284 - head/de_DE.ISO8859-1/books/handbook/jails
Bjoern Heidotting
bhd at FreeBSD.org
Sat Jun 20 18:23:21 UTC 2020
Author: bhd
Date: Sat Jun 20 18:23:20 2020
New Revision: 54284
URL: https://svnweb.freebsd.org/changeset/doc/54284
Log:
Update to r54232:
Add a missing space in a jail.conf example.
While here, fix a devfs example in german handbook.
Modified:
head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml Sat Jun 20 17:58:14 2020 (r54283)
+++ head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml Sat Jun 20 18:23:20 2020 (r54284)
@@ -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
More information about the svn-doc-all
mailing list