diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-08-05 17:21:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-08-05 17:21:54 +0000 |
commit | 9cbbe2f55e4c11ba918cbc99fa1e10b74619e7c1 (patch) | |
tree | 5fb7a71047994820b5d0a8c822cde6ad21ca37cc /net-fs | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-9cbbe2f55e4c11ba918cbc99fa1e10b74619e7c1.tar.gz gentoo-2-9cbbe2f55e4c11ba918cbc99fa1e10b74619e7c1.tar.bz2 gentoo-2-9cbbe2f55e4c11ba918cbc99fa1e10b74619e7c1.zip |
removing the addpredic line -- the fault was with sandbox package itself, which azarah has fixed earlier today.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.10.ebuild | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.14a-r2.ebuild | 5 |
3 files changed, 8 insertions, 9 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index a37558c207ff..07eaa89a6714 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.191 2005/08/05 14:07:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.192 2005/08/05 17:21:54 seemant Exp $ + + 05 Aug 2005; Seemant Kulleen <seemant@gentoo.org> samba-3.0.10.ebuild, + samba-3.0.14a-r2.ebuild: + removing the addpredic line -- the fault was with sandbox package itself, + which azarah has fixed earlier today. 05 Aug 2005; Seemant Kulleen <seemant@gentoo.org> -samba-3.0.14a-r3.ebuild: diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild index fa2c4a1beccb..69c76482652a 100644 --- a/net-fs/samba/samba-3.0.10.ebuild +++ b/net-fs/samba/samba-3.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.20 2005/08/03 14:02:15 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.21 2005/08/05 17:21:54 seemant Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -146,9 +146,6 @@ my_configure() { } #=========================================================================== src_compile() { - # sandbox permissions - addpredict /etc/krb5.conf #bugs #95840 and #96453 - local myconf local mymods #mymods="nisplussam" #this is deprecated... diff --git a/net-fs/samba/samba-3.0.14a-r2.ebuild b/net-fs/samba/samba-3.0.14a-r2.ebuild index 7ee61f46733d..db5ab8324190 100644 --- a/net-fs/samba/samba-3.0.14a-r2.ebuild +++ b/net-fs/samba/samba-3.0.14a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.14a-r2.ebuild,v 1.9 2005/08/03 14:20:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.14a-r2.ebuild,v 1.10 2005/08/05 17:21:54 seemant Exp $ inherit eutils versionator @@ -60,9 +60,6 @@ src_unpack() { } src_compile() { - # sandbox permissions - addpredict /etc/krb5.conf #bugs #95840 and #96453 - ebegin "Running autoconf" autoconf eend $? |