From owner-cvs-all Tue May 28 0: 2:59 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id DC0B637B403; Tue, 28 May 2002 00:02:34 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4S72LS55032; Tue, 28 May 2002 10:02:21 +0300 (EEST) (envelope-from ru) Date: Tue, 28 May 2002 10:02:21 +0300 From: Ruslan Ermilov To: Mike Heffner , lukem@netbsd.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Message-ID: <20020528070221.GB53736@sunbay.com> References: <200112132346.fBDNkjb93484@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline In-Reply-To: <200112132346.fBDNkjb93484@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 13, 2001 at 03:46:45PM -0800, Mike Heffner wrote: > mikeh 2001/12/13 15:46:45 PST >=20 > Modified files: > usr.bin/ftp Makefile=20 > Removed files: > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c=20 > extern.h fetch.c ftp.1 ftp.c ftp_var.h=20 > main.c pathnames.h ruserpass.c util.c=20 > Log: > Connect lukemftp to the build as the default ftp client. Lukemftp > supports most of the previous features of FreeBSD ftp, but has been > better maintained and includes new features. > =20 lukemftp(1) does not honor locale. %%% Index: lukemftp.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/lukemftp/lukemftp.h,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 lukemftp.h --- lukemftp.h 19 Jul 2001 16:26:12 -0000 1.1.1.1 +++ lukemftp.h 28 May 2002 06:47:02 -0000 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include Index: src/main.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/lukemftp/src/main.c,v retrieving revision 1.1.1.2 diff -u -p -r1.1.1.2 main.c --- src/main.c 26 Apr 2002 16:51:03 -0000 1.1.1.2 +++ src/main.c 28 May 2002 06:47:02 -0000 @@ -131,6 +131,8 @@ main(int argc, char *argv[]) else __progname++; =20 + (void) setlocale(LC_ALL, ""); + ftpport =3D "ftp"; httpport =3D "http"; gateport =3D NULL; %%% --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE88yt9Ukv4P6juNwoRAgWdAJ9S+nvDw2m63JGWldhh2bg8qqptsACfb0lZ k+zs5B6F5fSRSrcpuuYSzaQ= =1+To -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message