>>>>> "Christophe" == Christophe Troestler <[EMAIL PROTECTED]> writes:

Hello,

    Christophe> A proper way to do it is just to issue
    Christophe> update-rc.d netenv defaults 40

Actually, this command line is incorrect because netenv must only be
started during the boot. The proper command line is:

update-rc.d netenv start 40 S .

    Christophe> Actually,  the "40" is  not good because it  comes after
    Christophe> "gdm", thus one does not  see it (one has to switch back
    Christophe>  to a console  to choose  and to  finish the  boot!).  I
    Christophe> propose instead "19"  (as it comes before "S20ifplugd");
    Christophe> the command must thus be update-rc.d netenv defaults 19

rcS.d scripts are  executed before switching to the  proper runlevel (by
default 2  on Debian).  So, the scripts  in /etc/rcS.d/ are  started and
_then_  the scripts  in /etc/rc2.d,  therefore gdm  never  starts before
netenv.

Thanks for your report.

Regards,
Arnaud Fontaine


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to