Bug 204601 - sysutils/qjail: Update to 4.2
Summary: sysutils/qjail: Update to 4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords: easy, needs-qa, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-11-16 16:47 UTC by Joe Barbish
Modified: 2015-11-21 13:56 UTC (History)
1 user (show)

See Also:
koobs: merge-quarterly?


Attachments
qjail-4.2_port_diff (795 bytes, patch)
2015-11-16 16:47 UTC, Joe Barbish
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Barbish 2015-11-16 16:47:41 UTC
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}"
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-21 13:56:00 UTC
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
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-21 13:56:45 UTC
test-builds OK, committed, thanks.