From owner-cvs-all Tue Sep 8 03:42:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05946 for cvs-all-outgoing; Tue, 8 Sep 1998 03:42:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05941; Tue, 8 Sep 1998 03:42:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA24872; Tue, 8 Sep 1998 03:42:26 -0700 (PDT) Date: Tue, 8 Sep 1998 03:42:26 -0700 (PDT) Message-Id: <199809081042.DAA24872@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add main.c src/usr.sbin/pkg_install/create perform.c src/usr.sbin/pkg_install/lib file.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/08 03:42:26 PDT Modified files: usr.sbin/pkg_install/add main.c usr.sbin/pkg_install/create perform.c usr.sbin/pkg_install/lib file.c Log: o Set paths internally for pkg_add for tools we might want to invoke. o Fix bogus suffix handling. o Tell user when an FTP url is being xferred rather than being silent. This sort of violates "the unix way" but it stops people from whacking ^C when they think it's hung, too. Sometimes visual indication of success is important. Doesn't spit out anything if not on a TTY. Revision Changes Path 1.17 +10 -5 src/usr.sbin/pkg_install/add/main.c 1.44 +1 -2 src/usr.sbin/pkg_install/create/perform.c 1.31 +5 -5 src/usr.sbin/pkg_install/lib/file.c