Bug 192220 - [ Maintainer update] sysutils/qjail new stuff added
Summary: [ Maintainer update] sysutils/qjail new stuff added
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 21:32 UTC by qjail
Modified: 2014-07-29 03:46 UTC (History)
2 users (show)

See Also:


Attachments
qjail-3.6_port_diff file (3.11 KB, patch)
2014-07-28 21:32 UTC, qjail
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description qjail 2014-07-28 21:32:46 UTC
Created attachment 145106 [details]
qjail-3.6_port_diff file

To committor, Please add this list of changes to the commit log.
  
1. Add allow.mount.tmpfs parameter to build-jail.conf routine. 
   Check if kernel tmpfs.ko has been loaded
   to host and if not then issue "kldload tmpfs" command.

2. Add code to config logic for lower case t to enable 
   allow.mount.tmpfs parameter and upper case T to disable 
   allow.mount.tmpfs parameter.

3. Remove -l null as method to disable nullfs and replace with
   upper case L to to disable nullfs.

4. Add upper case S to disable lower case s option.

5. Remove -w null as method to disable and replace with
   upper case W to to disable.

6. Fix fib -f parameter so it now works as wanted.

7. Comment out code for setcpu parameter as jail(8) now has bug
   about it.

8. Remove -w null as method to disable vnet interface parameter
   and replace with upper case W to disable it.

9. Make appropriate changes to man qjail.8 file.

10. Change good os version from 93 to 92.

11. Make appropriate changes to qjail.bootime script.
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2014-07-29 03:46:15 UTC
Committed, thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-29 03:46:44 UTC
A commit references this bug:

Author: vanilla
Date: Tue Jul 29 03:46:21 UTC 2014
New revision: 363291
URL: http://svnweb.freebsd.org/changeset/ports/363291

Log:
  Upgrade to 3.6.

  1. Add allow.mount.tmpfs parameter to build-jail.conf routine.
     Check if kernel tmpfs.ko has been loaded
     to host and if not then issue "kldload tmpfs" command.

  2. Add code to config logic for lower case t to enable
     allow.mount.tmpfs parameter and upper case T to disable
     allow.mount.tmpfs parameter.

  3. Remove -l null as method to disable nullfs and replace with
     upper case L to to disable nullfs.

  4. Add upper case S to disable lower case s option.

  5. Remove -w null as method to disable and replace with
     upper case W to to disable.

  6. Fix fib -f parameter so it now works as wanted.

  7. Comment out code for setcpu parameter as jail(8) now has bug
     about it.

  8. Remove -w null as method to disable vnet interface parameter
     and replace with upper case W to disable it.

  9. Make appropriate changes to man qjail.8 file.

  10. Change good os version from 93 to 92.

  11. Make appropriate changes to qjail.bootime script.

  PR:		ports/192220
  Submitted by:	maintainer

Changes:
  head/sysutils/qjail/Makefile
  head/sysutils/qjail/distinfo
  head/sysutils/qjail/pkg-descr