Summary: | sysutils/qjail: Update to 4.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Joe Barbish <qjail1> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | pi | ||||
Priority: | --- | Keywords: | easy, needs-qa, patch, patch-ready | ||||
Version: | Latest | Flags: | koobs:
merge-quarterly?
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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. |
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}"