Help setting up a daemon

1997-06-01 Thread Randy Edwards
I've been using fetchpop to grab my mail from my ISP. I recently got diald up and working and now I want to run fetchpop as a daemon process. I've set up a script (using apmd as a guide) in /etc/init.d called fetchpop and it contains the following: #! /bin/sh # # Start or stop fetchpop as a da

Re: Help setting up a daemon

1997-06-01 Thread Carey Evans
Randy Edwards <[EMAIL PROTECTED]> writes: [snip] >Then I went into each of the rc0.d through rc6.d subdirectories and > created a symbolic link called K40fetchpop. This link simply points to > .../init.d/fetchpop. This is wrong. K40fetchpop should go in rc{0,1,6}.d, to stop on the way into

Re: Help setting up a daemon

1997-06-02 Thread W Paul Mills
On Sat, 31 May 1997, Randy Edwards wrote: >I've been using fetchpop to grab my mail from my ISP. I recently got > diald up and working and now I want to run fetchpop as a daemon process. > I've set up a script (using apmd as a guide) in /etc/init.d called > fetchpop and it contains the follow