src/script.c: do not launch script in init_script function
commit32a253d06ac407eb076c6c905eb06be5ea947f05
authorFrank Benkstein <frank-vlock@benkstein.net>
Tue, 27 Nov 2007 23:38:03 +0000 (28 00:38 +0100)
committerFrank Benkstein <frank-vlock@benkstein.net>
Tue, 27 Nov 2007 23:39:33 +0000 (28 00:39 +0100)
tree343460e81d57ffcc6eecd5ae9288c078194ac8c0
parent8698504678a754773cade05663a78ea25647304d
src/script.c: do not launch script in init_script function

Previously scripts were always started regardless of their dependencies.  If
the dependencies were not met the script was terminated later without any hooks
run.  This is probably not what (the author of) a script expects.  Now scripts
are run when the first hook is called.
src/script.c