Default Debian Reader wrote: > > I want ppp to start at boot time so I made a script that does has the > following lines > #!/bin/sh > pon MY_ISP > i saved this file to /etc/init.d/pppstuff* > then in /etc/rc3.d/ i did ln -s /etc/init.d/pppstuff /etc/rc3.d/S20pppon > this doesn't start my ppp connection at boot..why not? > can anyone help me with this please? >
I'm too new at Linux to know what I'm talking about, but I *thought* the rc3 directory stuff would run when switching to level 3, and I *thought* the default runlevel is 2. Could this be related to the problem?