On Mon, Jun 06, 2005 at 08:00:36PM +0530, Paul Alapatt wrote:
Is there is a way to start adsl connection automatically at the bootup? I have installed Fedora-Core 2 in my system.
- Create a script in /etc/init.d which runs the command
/usr/sbin/adsl-connect
- 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.
I'd like to note that this is not only correct, it is the best set of instructions I have seen here in a while. The only thing missing is to check if there exists such a script already.