On Fri, 2010-05-21 at 12:04 +0200, Julian Andres Klode wrote: > On Thu, Oct 16, 2008 at 10:07:13AM +0200, Arthur de Jong wrote: > How about the following patch? > > === modified file 'src/update-notifier.c' > --- src/update-notifier.c 2010-04-18 16:01:56 +0000 > +++ src/update-notifier.c 2010-05-21 09:53:49 +0000 > @@ -455,6 +455,11 @@ > if(grp == NULL) > return TRUE; > > + // The admin group is not a system group, so we just > + // treat it as non-existent and return TRUE. > + if(grp->gr_gid >= 1000) > + return TRUE; > + > ng = getgroups (0, NULL); > groups = (gid_t *) malloc (ng * sizeof (gid_t));
I'm afraid that won't help us much because our admin group has a gid below 1000 (migration from old environment). I think the use of the admin group comes from Ubuntu where the group seems to be available by default. -- -- arthur de jong - art...@west.nl - west consulting b.v. -- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org