Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!nntp-hub2.barrnet.net!news1.digital.com!pa.dec.com!nntpd.lkg.dec.com!hboix1.enet.dec.com!lars From: lars@hboix1.enet.dec.com (Lars Hofhansl) Newsgroups: comp.unix.bsd.freebsd.misc,comp.mail.eudora.mac Subject: Re: Setting up Eudora on Mac's with FREEBSD as a server. Date: 23 Jan 1996 10:02:45 GMT Organization: Digital Equipment GmbH Hamburg Lines: 13 Sender: lars@hboix1 (Lars Hofhansl) Distribution: world Message-ID: <4e2bo5$7k5@nntpd.lkg.dec.com> References: <mitch4DL9231.D64@netcom.com> <4dhl8d$pep@spock.dis.cccd.edu> Reply-To: lars@hboix1.enet.dec.com NNTP-Posting-Host: 16.185.176.30 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:12643 comp.mail.eudora.mac:2403 >4. Still as root execute command "kill -HUP 1" to reset init process. > No, resetting the init process has no effect in this case! You have look for your inetd process and send it the HUP signal. i.e. kill -HUP <pid of inetd> Lars