Date: Wed, 15 Sep 1999 11:22:54 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: "Andy V. Oleynik" <andyo@prime.net.ua> Cc: "S.Christopoulos" <christ@meganet.gr>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: ftp chroot problem Message-ID: <43972.937387374@axl.noc.iafrica.com> In-Reply-To: Your message of "Wed, 15 Sep 1999 01:11:15 %2B0300." <37DEC802.7D050DB2@prime.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43972.937387374>