We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96778ce commit d20bbb8Copy full SHA for d20bbb8
tools/makejconf
@@ -339,8 +339,8 @@ if [ "${allow_mount}" = "1" ]; then
339
fi
340
341
342
-# this feature available for FreeBSD 14.2+
343
-if [ ${freebsdhostversion} -gt 1402000 ]; then
+# this feature available for FreeBSD 15.0+
+if [ ${freebsdhostversion} -gt 1500039 ]; then
344
if [ "${allow_suser}" = "1" ]; then
345
echo "allow.suser = \"1\";" >> ${out}
346
else
@@ -366,7 +366,6 @@ if [ ${freebsdhostversion} -gt 1402000 ]; then
366
367
368
369
-
370
if [ "${allow_reserved_ports}" = "1" ]; then
371
echo "allow.reserved_ports = \"true\";" >> ${out}
372
0 commit comments