Created attachment 163199 [details] qjail-4.2_port_diff Correct two lines of code in "qjail config -n" routine logic # Refresh fstab with new directory paths and jailnames. - fstab_old_path="${fstab%.*}" - fstab="${fstab_old_path}.${new_name}" + fstab_old_path="${fstab%/*}" + fstab="${fstab_old_path}/${new_name}"
A commit references this bug: Author: pi Date: Sat Nov 21 13:55:47 UTC 2015 New revision: 402159 URL: https://svnweb.freebsd.org/changeset/ports/402159 Log: sysutils/qjail: 4.1 -> 4.2 - Correct "qjail config -n" routine logic PR: 204601 Submitted by: qjail1@a1poweruser.com (maintainer) Changes: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo
test-builds OK, committed, thanks.