> I have got adsl connection in my room.
> To activate the connection after bootup, I give command
> /usr/sbin/adsl-connect as root.
> 
> Is there is a way to start  adsl connection automatically at the bootup?
> I have installed Fedora-Core 2 in my system.
> 

1. Create a script in /etc/init.d which runs the command
/usr/sbin/adsl-connect

2. Put a softlink in the /etc/rc3.d directory to the file you created above.
Name the softlink as S99adsl-connect.

Note: S stands for startup script, and the number is the sequential listing
in the folder when this particular script will be executed during the boot
process.

Take care,
Paul Alapatt

http://www.bernardlabs.org/


-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to