Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2024 01:15:30 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 4870bc6a96 - main - handbook/jails: consistent spacing and assignment
Message-ID:  <202406260115.45Q1FUvh099364@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4870bc6a96ce8a4f4131e0c7f3256ef658528e54

commit 4870bc6a96ce8a4f4131e0c7f3256ef658528e54
Author:     Mina Galić <freebsd@igalic.co>
AuthorDate: 2024-04-11 12:47:36 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-06-26 01:12:14 +0000

    handbook/jails: consistent spacing and assignment
    
    Fix some inconsistencies reported on IRC.
    
    Reviewed by:    dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/370
---
 documentation/content/en/books/handbook/jails/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc
index 228d1513b2..c49052cdb2 100644
--- a/documentation/content/en/books/handbook/jails/_index.adoc
+++ b/documentation/content/en/books/handbook/jails/_index.adoc
@@ -752,7 +752,7 @@ vnet {
   $epair = "epair${id}";
 
   # ADD TO bridge INTERFACE
-  exec.prestart += "ifconfig ${epair} create up";
+  exec.prestart  = "ifconfig ${epair} create up";
   exec.prestart += "ifconfig ${epair}a up descr jail:${name}";
   exec.prestart += "ifconfig ${bridge} addm ${epair}a up";
   exec.start    += "ifconfig ${epair}b ${ip} up";
@@ -853,7 +853,7 @@ ubuntu {
   allow.raw_sockets;
   exec.clean;
   mount.devfs;
-  devfs_ruleset=4;
+  devfs_ruleset = 4;
 
   # HOSTNAME/PATH
   host.hostname = "${name}";


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406260115.45Q1FUvh099364>