public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] kerberos USE flag
@ 2008-10-31 14:52 Doug Goldstein
  2008-10-31 18:09 ` Marius Mauch
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Doug Goldstein @ 2008-10-31 14:52 UTC (permalink / raw)
  To: gentoo-dev

Someone remind me again why we have the kerberos USE flag enabled by
default? Especially after a long time of kerberos not having a
maintainer (thanks mueli for joining the Gentoo club and maintaining it
now). Our current maintainer is working his butt off to get it up to
speed but it's not there yet. I don't see what features or benefits it
adds to the average user.

If no one opposes, I say we redact this USE flag asap.

--
Doug Goldstein



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 14:52 [gentoo-dev] kerberos USE flag Doug Goldstein
@ 2008-10-31 18:09 ` Marius Mauch
  2008-10-31 18:17   ` Doug Goldstein
  2008-10-31 18:18   ` Jeremy Olexa
  2008-10-31 20:01 ` Michael Hammer
  2008-11-04 14:56 ` [gentoo-dev] kerberos USE flag Doug Goldstein
  2 siblings, 2 replies; 20+ messages in thread
From: Marius Mauch @ 2008-10-31 18:09 UTC (permalink / raw)
  To: gentoo-dev

On Fri, 31 Oct 2008 10:52:59 -0400
Doug Goldstein <cardoe@gentoo.org> wrote:

> Someone remind me again why we have the kerberos USE flag enabled by
> default?

AFAIK it was added so that the default profile provides support for
joining a Windows domain (same for the ldap flag).

> If no one opposes, I say we redact this USE flag asap.

Agreed (independent of the current breakage).

Marius



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 18:09 ` Marius Mauch
@ 2008-10-31 18:17   ` Doug Goldstein
  2008-10-31 18:20     ` Dawid Węgliński
  2008-10-31 18:18   ` Jeremy Olexa
  1 sibling, 1 reply; 20+ messages in thread
From: Doug Goldstein @ 2008-10-31 18:17 UTC (permalink / raw)
  To: gentoo-dev

Marius Mauch wrote:
> On Fri, 31 Oct 2008 10:52:59 -0400
> Doug Goldstein <cardoe@gentoo.org> wrote:
>
>   
>> Someone remind me again why we have the kerberos USE flag enabled by
>> default?
>>     
>
> AFAIK it was added so that the default profile provides support for
> joining a Windows domain (same for the ldap flag).
>   
So let's use EAPI=1 in just the samba ebuild and do +kerberos in there.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 18:09 ` Marius Mauch
  2008-10-31 18:17   ` Doug Goldstein
@ 2008-10-31 18:18   ` Jeremy Olexa
  1 sibling, 0 replies; 20+ messages in thread
From: Jeremy Olexa @ 2008-10-31 18:18 UTC (permalink / raw)
  To: gentoo-dev

On Fri, Oct 31, 2008 at 1:09 PM, Marius Mauch <genone@gentoo.org> wrote:
> On Fri, 31 Oct 2008 10:52:59 -0400
> Doug Goldstein <cardoe@gentoo.org> wrote:
>
>> Someone remind me again why we have the kerberos USE flag enabled by
>> default?
>
> AFAIK it was added so that the default profile provides support for
> joining a Windows domain (same for the ldap flag).

Sounds like a candidate for USE defaults, EAPI-1. Seems like a silly
design choice to add it globally, IMHO.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 18:17   ` Doug Goldstein
@ 2008-10-31 18:20     ` Dawid Węgliński
  2008-10-31 18:41       ` Doug Goldstein
  0 siblings, 1 reply; 20+ messages in thread
From: Dawid Węgliński @ 2008-10-31 18:20 UTC (permalink / raw)
  To: gentoo-dev

On Friday 31 of October 2008 19:17:45 Doug Goldstein wrote:
> Marius Mauch wrote:
> > On Fri, 31 Oct 2008 10:52:59 -0400
> >
> > Doug Goldstein <cardoe@gentoo.org> wrote:
> >> Someone remind me again why we have the kerberos USE flag enabled by
> >> default?
> >
> > AFAIK it was added so that the default profile provides support for
> > joining a Windows domain (same for the ldap flag).
>
> So let's use EAPI=1 in just the samba ebuild and do +kerberos in there.

samba needs USE="ads ldap" to join NT domain.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 18:20     ` Dawid Węgliński
@ 2008-10-31 18:41       ` Doug Goldstein
  2008-10-31 19:01         ` Dawid Węgliński
  0 siblings, 1 reply; 20+ messages in thread
From: Doug Goldstein @ 2008-10-31 18:41 UTC (permalink / raw)
  To: gentoo-dev

Dawid Węgliński wrote:
> On Friday 31 of October 2008 19:17:45 Doug Goldstein wrote:
>   
>> Marius Mauch wrote:
>>     
>>> On Fri, 31 Oct 2008 10:52:59 -0400
>>>
>>> Doug Goldstein <cardoe@gentoo.org> wrote:
>>>       
>>>> Someone remind me again why we have the kerberos USE flag enabled by
>>>> default?
>>>>         
>>> AFAIK it was added so that the default profile provides support for
>>> joining a Windows domain (same for the ldap flag).
>>>       
>> So let's use EAPI=1 in just the samba ebuild and do +kerberos in there.
>>     
>
> samba needs USE="ads ldap" to join NT domain.
>
>   
heh. You beat me to the punch. I was just about to say that samba
doesn't have a kerberos USE flag.

So any objections to me nuking this USE flag pronto?



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 18:41       ` Doug Goldstein
@ 2008-10-31 19:01         ` Dawid Węgliński
  0 siblings, 0 replies; 20+ messages in thread
From: Dawid Węgliński @ 2008-10-31 19:01 UTC (permalink / raw)
  To: gentoo-dev

On Friday 31 of October 2008 19:41:26 Doug Goldstein wrote:
> Dawid Węgliński wrote:
> > On Friday 31 of October 2008 19:17:45 Doug Goldstein wrote:
> >> Marius Mauch wrote:
> >>> On Fri, 31 Oct 2008 10:52:59 -0400
> >>>
> >>> Doug Goldstein <cardoe@gentoo.org> wrote:
> >>>> Someone remind me again why we have the kerberos USE flag enabled by
> >>>> default?
> >>>
> >>> AFAIK it was added so that the default profile provides support for
> >>> joining a Windows domain (same for the ldap flag).
> >>
> >> So let's use EAPI=1 in just the samba ebuild and do +kerberos in there.
> >
> > samba needs USE="ads ldap" to join NT domain.
>
> heh. You beat me to the punch. I was just about to say that samba
> doesn't have a kerberos USE flag.
>
> So any objections to me nuking this USE flag pronto?

I'd be +1 to drop kerberos useflag, and probably make use of eapi1 in 
nfs-utils and such, where kerberos would be more apropriate.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 14:52 [gentoo-dev] kerberos USE flag Doug Goldstein
  2008-10-31 18:09 ` Marius Mauch
@ 2008-10-31 20:01 ` Michael Hammer
  2008-10-31 21:50   ` Joe Peterson
  2008-11-04 14:56 ` [gentoo-dev] kerberos USE flag Doug Goldstein
  2 siblings, 1 reply; 20+ messages in thread
From: Michael Hammer @ 2008-10-31 20:01 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

* Doug Goldstein <cardoe@gentoo.org> [081031 15:53]:
> If no one opposes, I say we redact this USE flag asap.

++

greets, mueli

p.S.: thx for the suggestion cardoe!

-- 
------------------------------------------------------------
Michael Hammer    |    <mueli@gentoo.org>     |     Graz, AT
Gentoo Developer (Kerberos)  |  http://www.michael-hammer.at

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 20:01 ` Michael Hammer
@ 2008-10-31 21:50   ` Joe Peterson
  2008-11-01  0:18     ` Mart Raudsepp
  0 siblings, 1 reply; 20+ messages in thread
From: Joe Peterson @ 2008-10-31 21:50 UTC (permalink / raw)
  To: gentoo-dev

Michael Hammer wrote:
> * Doug Goldstein <cardoe@gentoo.org> [081031 15:53]:
>> If no one opposes, I say we redact this USE flag asap.
> 
> ++

I was also wondering why kerberos was on by default - I definitely
approve of nuking it.

					-Joe



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 21:50   ` Joe Peterson
@ 2008-11-01  0:18     ` Mart Raudsepp
  2008-11-01  0:22       ` Andrew Gaffney
  2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
  0 siblings, 2 replies; 20+ messages in thread
From: Mart Raudsepp @ 2008-11-01  0:18 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

On Fri, 2008-10-31 at 15:50 -0600, Joe Peterson wrote:
> Michael Hammer wrote:
> > * Doug Goldstein <cardoe@gentoo.org> [081031 15:53]:
> >> If no one opposes, I say we redact this USE flag asap.
> > 
> > ++
> 
> I was also wondering why kerberos was on by default - I definitely
> approve of nuking it.

I'm believe the primary reason is for release LiveCD's.
They ship with evolution-exchange, and that requires
evolution/evolution-data-server to be built with USE=kerberos
They don't do /etc/portage business, so it's a global USE flag to get
things like GRP packages to work right.


Regards,
-- 
Mart Raudsepp
Gentoo Developer
Mail: leio@gentoo.org
Weblog: http://planet.gentoo.org/developers/leio

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-11-01  0:18     ` Mart Raudsepp
@ 2008-11-01  0:22       ` Andrew Gaffney
  2008-11-01  0:46         ` Mart Raudsepp
  2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
  1 sibling, 1 reply; 20+ messages in thread
From: Andrew Gaffney @ 2008-11-01  0:22 UTC (permalink / raw)
  To: gentoo-dev

Mart Raudsepp wrote:
> On Fri, 2008-10-31 at 15:50 -0600, Joe Peterson wrote:
>> Michael Hammer wrote:
>>> * Doug Goldstein <cardoe@gentoo.org> [081031 15:53]:
>>>> If no one opposes, I say we redact this USE flag asap.
>>> ++
>> I was also wondering why kerberos was on by default - I definitely
>> approve of nuking it.
> 
> I'm believe the primary reason is for release LiveCD's.
> They ship with evolution-exchange, and that requires
> evolution/evolution-data-server to be built with USE=kerberos
> They don't do /etc/portage business, so it's a global USE flag to get
> things like GRP packages to work right.

If that's the case, then I say whack it from global USE and change it to an IUSE 
default (or whatever is in vogue these days) for eds.

-- 
Andrew Gaffney                                 http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer            Catalyst/Genkernel + Release Engineering Lead



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-11-01  0:22       ` Andrew Gaffney
@ 2008-11-01  0:46         ` Mart Raudsepp
  0 siblings, 0 replies; 20+ messages in thread
From: Mart Raudsepp @ 2008-11-01  0:46 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]

On Fri, 2008-10-31 at 19:22 -0500, Andrew Gaffney wrote:
> Mart Raudsepp wrote:
> > On Fri, 2008-10-31 at 15:50 -0600, Joe Peterson wrote:
> >> Michael Hammer wrote:
> >>> * Doug Goldstein <cardoe@gentoo.org> [081031 15:53]:
> >>>> If no one opposes, I say we redact this USE flag asap.
> >>> ++
> >> I was also wondering why kerberos was on by default - I definitely
> >> approve of nuking it.
> > 
> > I'm believe the primary reason is for release LiveCD's.
> > They ship with evolution-exchange, and that requires
> > evolution/evolution-data-server to be built with USE=kerberos
> > They don't do /etc/portage business, so it's a global USE flag to get
> > things like GRP packages to work right.
> 
> If that's the case, then I say whack it from global USE and change it to an IUSE 
> default (or whatever is in vogue these days) for eds.

From GNOME teams perspective I don't believe that is a good idea. Users
wanting exchange support aren't hardly the majority of evolution users.

-- 
Mart Raudsepp
Gentoo Developer
Mail: leio@gentoo.org
Weblog: http://planet.gentoo.org/developers/leio

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-01  0:18     ` Mart Raudsepp
  2008-11-01  0:22       ` Andrew Gaffney
@ 2008-11-01  2:44       ` Josh Saddler
  2008-11-01  2:57         ` Olivier Crête
                           ` (2 more replies)
  1 sibling, 3 replies; 20+ messages in thread
From: Josh Saddler @ 2008-11-01  2:44 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

Mart Raudsepp wrote:
> I'm believe the primary reason is for release LiveCD's.
> They ship with evolution-exchange, and that requires
> evolution/evolution-data-server to be built with USE=kerberos
> They don't do /etc/portage business, so it's a global USE flag to get
> things like GRP packages to work right.

Yes, but not just for the LiveCDs. I spoke with wolf31o2 about this some
time ago, asking why it was turned on in the desktop profile. He said it
was for Evolution stuff, not just on the LiveCDs though. Also supposed
to be useful for folks who want lots of Exchange and other stuff for
their rich email client.

I'm also in favor of punting it from the desktop profiles; doing so puts
me that much closer to actually using it.

Long as we're discussing things to punt, here's some stuff to kick out
of the desktop profile:

mikmod - Seriously, how many folks make it a habit to listen to .MOD
music all the time? Even netlabels like Monotonik, which started *out*
as .mod, make it harder to find their old .mod stuff.

ldap - Punt for the same reasons kerberos is being punted.

eds - Down with more Evolution things! Though possibly not ideal for
Gnome user?

esd - no one should be using Enlightenment Sound Daemon, period. Ain't
it deprecated, anyway? No worky?

emboss - Seriously. Who needs the European Biology Open Software Suite
on a *desktop* oriented system?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
@ 2008-11-01  2:57         ` Olivier Crête
  2008-11-01  8:09         ` David Leverton
  2008-11-13 17:43         ` [gentoo-dev] " Tobias Scherbaum
  2 siblings, 0 replies; 20+ messages in thread
From: Olivier Crête @ 2008-11-01  2:57 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

On Fri, 2008-10-31 at 19:44 -0700, Josh Saddler wrote:
> mikmod - Seriously, how many folks make it a habit to listen to .MOD
> music all the time? Even netlabels like Monotonik, which started *out*
> as .mod, make it harder to find their old .mod stuff.

Agree

> ldap - Punt for the same reasons kerberos is being punted.

Thats used by some public services like keyserver.pgp.com, so I think it
should stay there.

> eds - Down with more Evolution things! Though possibly not ideal for
> Gnome user?

That's a non-starter, we need to keep it in the gnome panel to have the
nice integration.. There is an argument to be made that it shouldn't be
a use flag in the panel maybe.

> esd - no one should be using Enlightenment Sound Daemon, period. Ain't
> it deprecated, anyway? No worky?

DIE DIE.. Maybe we should replace it with pulseaudio ?

> emboss - Seriously. Who needs the European Biology Open Software Suite
> on a *desktop* oriented system?

....

-- 
Olivier Crête
tester@gentoo.org
Gentoo Developer

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
  2008-11-01  2:57         ` Olivier Crête
@ 2008-11-01  8:09         ` David Leverton
  2008-11-03  4:29           ` Nirbheek Chauhan
  2008-11-13 17:43         ` [gentoo-dev] " Tobias Scherbaum
  2 siblings, 1 reply; 20+ messages in thread
From: David Leverton @ 2008-11-01  8:09 UTC (permalink / raw)
  To: gentoo-dev

On Saturday 01 November 2008 02:44:50 Josh Saddler wrote:
> emboss - Seriously. Who needs the European Biology Open Software Suite
> on a *desktop* oriented system?

That flag is only used by a few sci-biology packages, so if you don't have any 
of those installed, it doesn't matter whether the flag is on or off.  IIRC 
the argument for having it on was that the majority of people who /do/ use 
those packages will want it.

I suppose one could say that it should be set in IUSE or profile package.use 
instead, but IMHO, if there are enough packages using it to justify making it 
a global flag in the first place, and all of them need the same default, it 
makes sense to set the default globally (*cough*ocamlopt*cough*).



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-01  8:09         ` David Leverton
@ 2008-11-03  4:29           ` Nirbheek Chauhan
  2008-11-03 20:27             ` David Leverton
  0 siblings, 1 reply; 20+ messages in thread
From: Nirbheek Chauhan @ 2008-11-03  4:29 UTC (permalink / raw)
  To: gentoo-dev

On Sat, Nov 1, 2008 at 1:39 PM, David Leverton <levertond@googlemail.com> wrote:
> On Saturday 01 November 2008 02:44:50 Josh Saddler wrote:
>> emboss - Seriously. Who needs the European Biology Open Software Suite
>> on a *desktop* oriented system?
>
> That flag is only used by a few sci-biology packages, so if you don't have any
> of those installed, it doesn't matter whether the flag is on or off.  IIRC
> the argument for having it on was that the majority of people who /do/ use
> those packages will want it.
>
> I suppose one could say that it should be set in IUSE or profile package.use
> instead, but IMHO, if there are enough packages using it to justify making it
> a global flag in the first place, and all of them need the same default, it
> makes sense to set the default globally (*cough*ocamlopt*cough*).

Why not use EAPI=1 for those ebuilds and turn the flag on by default?
Same for the panel stuff for which +eds is good for integration? I
think EAPI=1 +use should be used to de-pollute the desktop etc
profiles :)

IIRC, there are enough stable versions of portage with EAPI=1 support.


-- 
~Nirbheek Chauhan



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-03  4:29           ` Nirbheek Chauhan
@ 2008-11-03 20:27             ` David Leverton
  2008-11-05 17:00               ` [gentoo-dev] " Steve Long
  0 siblings, 1 reply; 20+ messages in thread
From: David Leverton @ 2008-11-03 20:27 UTC (permalink / raw)
  To: gentoo-dev

On Monday 03 November 2008 04:29:34 Nirbheek Chauhan wrote:
> Why not use EAPI=1 for those ebuilds and turn the flag on by default?

Well, as I said, it seems more sensible to me to set the default once, instead 
of once for each ebuild.  I don't particularly care, though, just making sure 
people know why it was there in the first place, and if they still want to 
change it, so be it.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] kerberos USE flag
  2008-10-31 14:52 [gentoo-dev] kerberos USE flag Doug Goldstein
  2008-10-31 18:09 ` Marius Mauch
  2008-10-31 20:01 ` Michael Hammer
@ 2008-11-04 14:56 ` Doug Goldstein
  2 siblings, 0 replies; 20+ messages in thread
From: Doug Goldstein @ 2008-11-04 14:56 UTC (permalink / raw)
  To: gentoo-dev

Doug Goldstein wrote:
> Someone remind me again why we have the kerberos USE flag enabled by
> default? Especially after a long time of kerberos not having a
> maintainer (thanks mueli for joining the Gentoo club and maintaining it
> now). Our current maintainer is working his butt off to get it up to
> speed but it's not there yet. I don't see what features or benefits it
> adds to the average user.
>
> If no one opposes, I say we redact this USE flag asap.
>
>   
I've removed this USE flag from the desktop profile and created bug
#245530 for handling evolution-data-server.

http://bugs.gentoo.org/show_bug.cgi?id=245530

--
Doug Goldstein



^ permalink raw reply	[flat|nested] 20+ messages in thread

* [gentoo-dev]  Re: Flags to punt (including: kerberos USE flag)
  2008-11-03 20:27             ` David Leverton
@ 2008-11-05 17:00               ` Steve Long
  0 siblings, 0 replies; 20+ messages in thread
From: Steve Long @ 2008-11-05 17:00 UTC (permalink / raw)
  To: gentoo-dev

David Leverton wrote:

> On Monday 03 November 2008 04:29:34 Nirbheek Chauhan wrote:
>> Why not use EAPI=1 for those ebuilds and turn the flag on by default?
> 
> Well, as I said, it seems more sensible to me to set the default once,
> instead
> of once for each ebuild.  I don't particularly care, though, just making
> sure people know why it was there in the first place, and if they still
> want to change it, so be it.

I concur, it is more sensible. Dunno how you get round the maintenance
issue, apart from scripts around the time someone leaves or sth. Maybe "if
they're all/substantively from an eclass, it definitely must not be in a
profile" would be a good policy.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [gentoo-dev] Flags to punt (including: kerberos USE flag)
  2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
  2008-11-01  2:57         ` Olivier Crête
  2008-11-01  8:09         ` David Leverton
@ 2008-11-13 17:43         ` Tobias Scherbaum
  2 siblings, 0 replies; 20+ messages in thread
From: Tobias Scherbaum @ 2008-11-13 17:43 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Josh Saddler wrote:
> Long as we're discussing things to punt, here's some stuff to kick out
> of the desktop profile:

and for the server profiles there's

mailwrapper - merely broken, nothing useful at all

  Tobias

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-11-13 17:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-31 14:52 [gentoo-dev] kerberos USE flag Doug Goldstein
2008-10-31 18:09 ` Marius Mauch
2008-10-31 18:17   ` Doug Goldstein
2008-10-31 18:20     ` Dawid Węgliński
2008-10-31 18:41       ` Doug Goldstein
2008-10-31 19:01         ` Dawid Węgliński
2008-10-31 18:18   ` Jeremy Olexa
2008-10-31 20:01 ` Michael Hammer
2008-10-31 21:50   ` Joe Peterson
2008-11-01  0:18     ` Mart Raudsepp
2008-11-01  0:22       ` Andrew Gaffney
2008-11-01  0:46         ` Mart Raudsepp
2008-11-01  2:44       ` [gentoo-dev] Flags to punt (including: kerberos USE flag) Josh Saddler
2008-11-01  2:57         ` Olivier Crête
2008-11-01  8:09         ` David Leverton
2008-11-03  4:29           ` Nirbheek Chauhan
2008-11-03 20:27             ` David Leverton
2008-11-05 17:00               ` [gentoo-dev] " Steve Long
2008-11-13 17:43         ` [gentoo-dev] " Tobias Scherbaum
2008-11-04 14:56 ` [gentoo-dev] kerberos USE flag Doug Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox