Skip to content

Commit

Permalink
jails handbook: consistent spacing and assignment
Browse files Browse the repository at this point in the history
Fix some inconsistencies reported on IRC
  • Loading branch information
igalic committed Apr 11, 2024
1 parent 96ab106 commit 3838f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/content/en/books/handbook/jails/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,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";
Expand Down Expand Up @@ -830,7 +830,7 @@ ubuntu {
allow.raw_sockets;
exec.clean;
mount.devfs;
devfs_ruleset=4;
devfs_ruleset = 4;
# HOSTNAME/PATH
host.hostname = "${name}";
Expand Down

0 comments on commit 3838f09

Please sign in to comment.