El Sat, 31 Mar 2007 15:03:57 -0300
"Hisham Muhammad" <[EMAIL PROTECTED]> escribi__:


> Fixed, thanks.
> 
> Changes were just committed to CVS.
> 
> > btw, can someone explain me how works Get_Dir function? It´s seem
> > very strange.
> 
> I created that to abstract away the filesystem hierarchy from the
> scripts. The intention was to make it so the scripts could support
> different hierarchies by editing a configuration file
> (Directories.conf). It was used in experimental environments a few
> years ago but it probably suffered some bit rot. (It's probably a bad
> idea to mess with those variables in a running system.)
> 
> -- Hisham

Ok, thanks.

I forgot in last post this little fix:

line 55 in DetachProgram:

>>>>>> Is_Real_Directory "$prefix" || PassAway $error_msg

should be changed by:

>>>>>> Is_Real_Directory "$prefix" || Pass_Away $error_msg

and the same in AttachProgram line 64

>>>>>>  Is_Directory "${goboPrograms}/$programname/$versionnumber" &&
>>>>>> PassAway
$error_msg

I think there are no more calls to PassAway (at less under
Script/bin/*).

Greets.

Aitor

-- 
... Bardulia quae nunc vocatur Castella ...

_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to