From owner-cvs-usrbin Thu Aug 22 23:21:33 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA00515 for cvs-usrbin-outgoing; Thu, 22 Aug 1996 23:21:33 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA00494; Thu, 22 Aug 1996 23:21:20 -0700 (PDT) Date: Thu, 22 Aug 1996 23:21:20 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199608230621.XAA00494@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/08/22 23:21:19 Modified: usr.bin/fetch main.c Log: Don't make -l warn when it's not used, so we can potentially set it all the time if we want to use "link" behavior for file URLs (and not have fetch whine at us when they're not). Revision Changes Path 1.19 +1 -4 src/usr.bin/fetch/main.c