From 17499b47138beabc96911b5f00ac704903ec9eff Mon Sep 17 00:00:00 2001 From: Javier Villavicencio Date: Sat, 24 Jan 2009 07:59:26 +0000 Subject: Remove -sandbox from our FEATURES. --- profiles/default/bsd/ChangeLog | 6 +++++- profiles/default/bsd/fbsd/make.defaults | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'profiles/default/bsd') diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index ab22561b8118..32c069d284d9 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.9 2009/01/22 20:10:06 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.10 2009/01/24 07:59:25 the_paya Exp $ + + 24 Jan 2009; Javier Villavicencio + fbsd/make.defaults: + Remove -sandbox from our FEATURES. 22 Jan 2009; Javier Villavicencio fbsd/make.defaults, fbsd/package.mask, package.use.force: diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index c277a31ec6e0..a84293b58249 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,8 +1,9 @@ # Copyright 2004-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.2 2009/01/22 20:10:07 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.3 2009/01/24 07:59:26 the_paya Exp $ -FEATURES="-sandbox" +# Sandbox should work now, leaving commented for testing. +# FEATURES="-sandbox" USERLAND="BSD" KERNEL="FreeBSD" -- cgit v1.2.3-65-gdbad