Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts/bin FiboSandbox SandboxInstall Un...

2007-04-27 Thread Lucas C. Villa Real
On 4/27/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: === > RCS file: /sources/goboscripts/tools/Scripts/bin/FiboSandbox,v > +function cleanup() { > + while read line > + do > + umount ${line} > + done < <(mount | grep "/Re

[gobolinux-devel] Kernel package - kernel source package

2007-04-27 Thread Jonas Karlsson
After having compiled the kernel recently I noticed that kernel source was prepared and "cleaned" (remove compiled modules and other unneeded files) and placed within the kernel package. I can see this as a good thing, in some cases, but since I compiled my kernel I am not in need of beeing a

Re: [gobolinux-devel] /etc/group

2007-04-27 Thread Hisham Muhammad
On 4/27/07, Carlo Calica <[EMAIL PROTECTED]> wrote: > There was a thread about the udev recipe on whether to unify > cdrom,video,audio into a single console group (sorry, don't remember > the outcome). That and this are really the same issue. Fine grained > control vs simplicity. As a distro we

Re: [gobolinux-devel] /etc/group

2007-04-27 Thread Carlo Calica
On 4/26/07, Ricardo Nabinger Sanchez <[EMAIL PROTECTED]> wrote: > On Wed, 25 Apr 2007 20:02:11 -0700 > > But adding groups per-user is almost what you get by using ACLs. > True. > > Like you, I tend to think about large system, often much larger than > practically acceptable, and also very hetero

Re: [gobolinux-devel] /etc/group

2007-04-27 Thread Jonas Karlsson
On Thu, 26 Apr 2007 05:02:11 +0200, Carlo Calica <[EMAIL PROTECTED]> wrote: > On 4/25/07, Ricardo Nabinger Sanchez <[EMAIL PROTECTED]> wrote: >> On Wed, 25 Apr 2007 03:00:07 -0300 >> "Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote: >> >> > Is that really needed, as we have the 'users' group common