https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287615

--- Comment #12 from Jim Long <[email protected]> ---
Created attachment 263095
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263095&action=edit
Multi-values: Change comma to newline if NUL-delimited

For example, the config:

mount  = "/images/FreeBSD-STABLE-14                      $path/mnt2/a  nullfs 
ro  0   0";
#mount += "/images/FreeBSD-STABLE-14/n270866-3cdf03dbfeff $path/mnt2/b  nullfs 
ro  0   0";
mount += "/images/FreeBSD-STABLE-14/n270954-f034ddd2fa38 $path/mnt2/c  nullfs 
ro  0   0";
#mount += "/images/FreeBSD-STABLE-14/n271371-f30669ba9725 $path/mnt2/d  nullfs 
ro  0   0";
mount += "/images/FreeBSD-STABLE-14/n271944-95c0c1842192 $path/mnt2/e  nullfs 
ro  0   0";

creates `jail -e ''` output of (in part):

00000000  6d 6f 75 6e 74 3d 2f 69  6d 61 67 65 73 2f 46 72  |mount=/images/Fr|
00000010  65 65 42 53 44 2d 53 54  41 42 4c 45 2d 31 34 20  |eeBSD-STABLE-14 |
00000020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000030  20 20 20 20 20 2f 6a 61  69 6c 2f 61 61 72 63 68  |     /jail/aarch|
00000040  36 34 2f 6d 6e 74 32 2f  61 20 20 6e 75 6c 6c 66  |64/mnt2/a  nullf|
00000050  73 20 20 72 6f 20 20 20  20 20 20 20 20 20 20 30  |s  ro          0|
00000060  20 20 20 30 0a 2f 69 6d  61 67 65 73 2f 46 72 65  |   0./images/Fre|
00000070  65 42 53 44 2d 53 54 41  42 4c 45 2d 31 34 2f 6e  |eBSD-STABLE-14/n|
00000080  32 37 30 39 35 34 2d 66  30 33 34 64 64 64 32 66  |270954-f034ddd2f|
00000090  61 33 38 20 2f 6a 61 69  6c 2f 61 61 72 63 68 36  |a38 /jail/aarch6|
000000a0  34 2f 6d 6e 74 32 2f 63  20 20 6e 75 6c 6c 66 73  |4/mnt2/c  nullfs|
000000b0  20 20 72 6f 20 20 20 20  20 20 20 20 20 20 30 20  |  ro          0 |
000000c0  20 20 30 0a 2f 69 6d 61  67 65 73 2f 46 72 65 65  |  0./images/Free|
000000d0  42 53 44 2d 53 54 41 42  4c 45 2d 31 34 2f 6e 32  |BSD-STABLE-14/n2|
000000e0  37 31 39 34 34 2d 39 35  63 30 63 31 38 34 32 31  |71944-95c0c18421|
000000f0  39 32 20 2f 6a 61 69 6c  2f 61 61 72 63 68 36 34  |92 /jail/aarch64|
00000100  2f 6d 6e 74 32 2f 65 20  20 6e 75 6c 6c 66 73 20  |/mnt2/e  nullfs |
00000110  20 72 6f 20 20 20 20 20  20 20 20 20 20 30 20 20  | ro          0  |
00000120  20 30 00 00                                       | 0..            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to