rc3.d
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?
Reply to:
- Follow-Ups:
- Re: rc3.d
- From: Kent West <kent.west@infotech.acu.edu>
- Re: rc3.d
- From: Mike Acklin <htuttle@debian.dynip.com>
- Re: rc3.d
- From: martin@internet-treff.uni-koeln.de (Martin Bialasinski)
- Re: rc3.d
- From: Christopher Barry <cbarry@2xtreme.net>