From owner-cvs-usrbin Sat Jun 22 14:42:35 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11576 for cvs-usrbin-outgoing; Sat, 22 Jun 1996 14:42:35 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11558; Sat, 22 Jun 1996 14:42:21 -0700 (PDT) Date: Sat, 22 Jun 1996 14:42:21 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606222142.OAA11558@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 14:42:20 Modified: usr.bin/fetch main.c Log: Clean up more bogons: 1. Add a copyright at the top. 2. Make passive and binary modes work with new ftpio semantics. 3. Add a `mirror' (-m) flag which only copies the remote file if it's not the same size or is newer. Revision Changes Path 1.3 +77 -17 src/usr.bin/fetch/main.c