From owner-freebsd-questions Wed Sep 15 2:24:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id ED5EC14FCE for ; Wed, 15 Sep 1999 02:24:37 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11RBHC-000BRF-00; Wed, 15 Sep 1999 11:22:54 +0200 From: Sheldon Hearn To: "Andy V. Oleynik" Cc: "S.Christopoulos" , FreeBSD Questions Subject: Re: ftp chroot problem In-reply-to: Your message of "Wed, 15 Sep 1999 01:11:15 +0300." <37DEC802.7D050DB2@prime.net.ua> Date: Wed, 15 Sep 1999 11:22:54 +0200 Message-ID: <43972.937387374@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 15 Sep 1999 01:11:15 +0300, "Andy V. Oleynik" wrote: > > > # make depend > > > # make FTPD_INTERNAL_LS > > I beleave it should be done "make -DFTPD_INTERNAL_LS install" or "make > FTPD_INTERNAL_LS=YES install" > see Makefile for ftpd from sources Um, no. It's a compile-time option, not an install-time option. The way most people do this is simple to add this line to /etc/make.conf: FTPD_INTERNAL_LS=YES The next ``make world'' will do the right thing. Of course, once that line's in /etc/make.conf, you can just cd /usr/src/libexec/ftpd make clean make depen make make install Ciao, sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message