Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2002 13:48:26 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        leonas <moscow1980@sendmail.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: lukemftpd as daemon
Message-ID:  <20020828124826.GA967@happy-idiot-talk.infracaninophi>
In-Reply-To: <20020828130932.3d7d0747.moscow1980@sendmail.ru>
References:  <20020828130932.3d7d0747.moscow1980@sendmail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 28, 2002 at 01:09:32PM +0400, leonas wrote:
> How I can start lukemftpd as daemon?

It seems (from my perusal of the man pages) that there is no provision
to run lukemftpd in standalone mode, ie. without inetd, if that's what
you mean.

So, just edit /etc/inetd.conf and uncomment the lukemftpd line.
Comment out any reference to the standard ftpd if they're enabled.
Then send a HUP signal to the inetd process:

    kill -HUP `cat /var/run/inetd.pid`

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020828124826.GA967>