Date: Mon, 16 Nov 2015 16:47:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204601] [Maintainer update] sysutils/qjail Bug fix Message-ID: <bug-204601-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204601 Bug ID: 204601 Summary: [Maintainer update] sysutils/qjail Bug fix Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: qjail1@a1poweruser.com Created attachment 163199 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163199&action=edit 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}" -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204601-13>