[Bug 204601] [Maintainer update] sysutils/qjail Bug fix

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 16 16:47:42 UTC 2015


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 at FreeBSD.org
          Reporter: qjail1 at 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.


More information about the freebsd-ports-bugs mailing list