Re: daemon/initd

1999-09-23 Thread John Pearson
Correcting my mistakes... On Wed, Sep 22, 1999 at 04:31:28PM +0930, John Pearson wrote > On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote > > Hi > > > > Can someone properly explain to me the differences between how a process > > starts up as a daemon as apposed to a process whic

Re: daemon/initd

1999-09-22 Thread John Pearson
On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote > Hi > > Can someone properly explain to me the differences between how a process > starts up as a daemon as apposed to a process which starts up via initd as > i am a little unsure. > > thanx > Assuming that by 'initd' you mean

Re: daemon/initd

1999-09-22 Thread peter karlsson
> There is also this thingy: > rinetd - Internet redirection server > > I don't know if it can replace inetd or not.. No, it justs allow you to specify that certian ports on your machine should be forwarded to other machine. Quite useful for making machines behind a firewall available outside it

Re: daemon/initd

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 04:08:44PM +1000, Marc-Adrian Napoli wrote: > Hey Seth. :) > > Just a quick question.. > > > On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote: > > > Can someone properly explain to me the differences between how a process > > > starts up as a daemon as app

Re: daemon/initd

1999-09-22 Thread Marc-Adrian Napoli
Hey Seth. :) Just a quick question.. > On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote: > > Can someone properly explain to me the differences between how a process > > starts up as a daemon as apposed to a process which starts up via initd as > > i am a little unsure. > > Well,

Re: daemon/initd

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote: > Can someone properly explain to me the differences between how a process > starts up as a daemon as apposed to a process which starts up via initd as > i am a little unsure. Well, programs that init starts normally ARE daemons.