Re: rc3.d

1998-09-30 Thread Stephen J. Carpenter
On Wed, Sep 30, 1998 at 08:43:25AM +0200, Miquel van Smoorenburg wrote: > In article <[EMAIL PROTECTED]>, > Christopher Barry <[EMAIL PROTECTED]> wrote: > >In /etc/init.d/ I made a file called wmnetstartup.sh that contains: > > > >#!/bin/sh > >ipfwadm -A in -i -S 0.0.0.0/0 > >ipfwadm -A out -i -D

Re: rc3.d

1998-09-30 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Christopher Barry <[EMAIL PROTECTED]> wrote: >In /etc/init.d/ I made a file called wmnetstartup.sh that contains: > >#!/bin/sh >ipfwadm -A in -i -S 0.0.0.0/0 >ipfwadm -A out -i -D 0.0.0.0/0 > >and then in /etc/rcS.d/ I made a symlink to that script called: >S60wmnet

Re: rc3.d

1998-09-30 Thread Christopher Barry
login shell anyways, like startx or whatever, then what is? Thanks, Christopher 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* >

Re: rc3.d

1998-09-29 Thread Martin Bialasinski
>> "DDR" == Default Debian Reader <[EMAIL PROTECTED]> writes: DDR> I want ppp to start at boot time so I made a script that does has the DDR> following lines [...] Why don't you just touch /etc/ppp/ppp_on_boot ? See /etc/init.d/ppp Ciao, Martin

Re: rc3.d

1998-09-29 Thread Mike Acklin
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? > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: rc3.d

1998-09-29 Thread Kent West
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 > t

rc3.d

1998-09-29 Thread Default Debian Reader
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