Bump minimum linux compat version to support Centos6 ports updates for linux.
Update linux compat minimum revision to match linux-c6 now in ports. This is a candidate for 10.1 R as it matches the current state of supported linux compat packages in the ports tree. PR: 187786 Reviewed by: xmj MFC after: 2 days Relnotes: yes
This commit is contained in:
parent
24ebed64d0
commit
c738e0d253
@ -129,9 +129,9 @@ struct linux_prison {
|
||||
|
||||
static struct linux_prison lprison0 = {
|
||||
.pr_osname = "Linux",
|
||||
.pr_osrelease = "2.6.16",
|
||||
.pr_osrelease = "2.6.18",
|
||||
.pr_oss_version = 0x030600,
|
||||
.pr_osrel = 2006016
|
||||
.pr_osrel = 2006018
|
||||
};
|
||||
|
||||
static unsigned linux_osd_jail_slot;
|
||||
|
Loading…
Reference in New Issue
Block a user