Re: [gobolinux-devel] Fixed AttachProgram

2007-04-02 Thread Carlo Calica
On 3/31/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 3/31/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > > > Btw, DisableProgram Script supports dettached programs? or it can only > > manage programs under /Programs?. > > I don't really know. I think it should work, but I never tested t

Re: [gobolinux-devel] Fixed AttachProgram

2007-03-31 Thread Hisham Muhammad
On 3/31/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > More fixes, this time for AttachProgram: ... > Sorry for send separates post but i'm fixing problems when i'm founding > them. No problem, committed them all (just changed the awk call into a grep). Thanks! > Btw, DisableProgram Script s

[gobolinux-devel] Fixed AttachProgram

2007-03-31 Thread Aitor Pérez Iturri
More fixes, this time for AttachProgram: This is the patch: Changed: * In find command "-type d" should go before "-maxdepth 0" in order to find does not compain with the call. * Pass_Away function call changed * Changed call to Dependencies script --- --