> i am not sure if this is the right way to do it, but you could rename > the pcmcia startup link in /etc/rc2.d to start with a lower number; > > cd /etc/rc2.d/ > rm S20pcmcia > ln -s /etc/init.d/pcmcia S12pcmcia >
I would actually use 'update-rc.d' in this manner: [EMAIL PROTECTED]:/# update-rc.d -f pcmcia remove this will remove the current links in startup, and obviously the next will add them in the startup. just change the 99 to wherever you want them in the startup sequence... [EMAIL PROTECTED]:/# update-rc.d pcmcia defaults 99 Adding system startup for /etc/init.d/pcmcia ... /etc/rc0.d/K99test -> ../init.d/pcmcia /etc/rc1.d/K99test -> ../init.d/pcmcia /etc/rc6.d/K99test -> ../init.d/pcmcia /etc/rc2.d/S99test -> ../init.d/pcmcia /etc/rc3.d/S99test -> ../init.d/pcmcia /etc/rc4.d/S99test -> ../init.d/pcmcia /etc/rc5.d/S99test -> ../init.d/pcmcia > i'm sure there is some doco about this kind of thing somewhere =) > i also expect there may be side effects, so google ... googling is always good advice. ===== -"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."-Dennis Ritchie __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail