Bug 191502

Summary: [new port] sysutils/qchroot simplified chroot admin
Product: Ports & Packages Reporter: qchroot
Component: Individual Port(s)Assignee: qchroot
Status: Closed FIXED    
Severity: Affects Many People CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
qchroot-0.0.portMakefiles.shar
none
.shr with corrected man page none

Description qchroot 2014-06-29 23:24:14 UTC
Created attachment 144277 [details]
qchroot-0.0.portMakefiles.shar

already staged
simplified chroot admin 
qchroot is a viable alternate to jail(8) when jail(8) is too restrictive.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-09 19:43:14 UTC
Tested build, etc.

make check-plist works ok.

But: Can you please fix the errors from nroff on fbsd 10.0 ?

$ nroff -man qchroot.8 > /dev/null
mdoc warning: extraneous .El call (#116)
mdoc warning: extraneous .El call (#135)
mdoc warning: extraneous .El call (#141)
mdoc warning: extraneous .El call (#167)
mdoc warning: extraneous .El call (#183)
mdoc warning: extraneous .El call (#199)
mdoc warning: extraneous .El call (#223)
mdoc warning: extraneous .El call (#227)
Comment 2 qchroot 2014-07-10 12:25:01 UTC
Created attachment 144555 [details]
.shr with corrected man page
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-07-12 06:14:00 UTC
A commit references this bug:

Author: pi
Date: Sat Jul 12 06:13:12 UTC 2014
New revision: 361600
URL: http://svnweb.freebsd.org/changeset/ports/361600

Log:
  new port: sysutils/qchroot: chroot management using nullfs for the filesystem

  PR:		191502
  Submitted by:	Joe Barbish (qchroot@a1poweruser.com)

Changes:
  head/sysutils/Makefile
  head/sysutils/qchroot/
  head/sysutils/qchroot/Makefile
  head/sysutils/qchroot/distinfo
  head/sysutils/qchroot/pkg-descr
  head/sysutils/qchroot/pkg-message
  head/sysutils/qchroot/pkg-plist
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-12 06:15:59 UTC
Committed, thanks.