[Pkg-jed-commit] r259 - trunk/packages/jed/debian

G. Milde g.milde at web.de
Tue Apr 18 08:55:39 UTC 2006


On 13.04.06, Jörg Sommer wrote:
> Guenter Milde schrieb am Thu 13. Apr, 15:38 (+0000):
> > new function debian_startup() that evaluates the files in /etc/jed.d
> > that will be run by default but can also be used in a script.
> 
> What's the benefit? Are there really people calling the debian startup
> routine a second time?

No. But if I run jed-script, default.sl will (at your request) skip the
debian-startup. However, if my script needs some function from jed-extra
(or any other add-on package that might be added in future) I want it to
use the initialization provided in /etc/jed.d/. IMHO, the easiest way to
ensure that (besides the even more easy dropping of the if (BATCH != 2)
exception) would be to add

   debian_startup();
   
at the start of my script.


Günter   


-- 
Milde ife.et.tu-dresden.de



More information about the Pkg-jed-devel mailing list