Bug 174644 - [Maintainer update] sysutils/qjail bug fix
Summary: [Maintainer update] sysutils/qjail bug fix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 20:20 UTC by qjail
Modified: 2012-12-22 20:42 UTC (History)
0 users

See Also:


Attachments
file.diff (785 bytes, patch)
2012-12-22 20:20 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 2012-12-22 20:20:00 UTC
Added code to qjail install function to check for 
-STABLE, -PRERELEAASE, and -CURRENT versions running 
on the host and if so issue message that binary source 
is not available for download and to use the 
[qjail install -c] flag to clone the host system to 
populate the basejail with.

Used setenv UNAME_r "9-stable" command on host to set
release value seen by qjail.

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2012-12-22 20:40:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-12-22 20:42:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!