summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-08 10:42:26 +0000
committerjkh <jkh@FreeBSD.org>1998-09-08 10:42:26 +0000
commit57c8d973f3c676a0f537084aa48179e57c1f8b7e (patch)
tree839fa4a29f68ebaf7c51e0ebd7760425bc35fda4 /usr.sbin/pkg_install/create/perform.c
parent8ee969646faea339b6bac041b1a23a57c56d1aaa (diff)
downloadFreeBSD-src-57c8d973f3c676a0f537084aa48179e57c1f8b7e.zip
FreeBSD-src-57c8d973f3c676a0f537084aa48179e57c1f8b7e.tar.gz
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.
Diffstat (limited to 'usr.sbin/pkg_install/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index e9f0124..b6e5ba8 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: perform.c,v 1.42 1998/07/28 11:55:39 jkh Exp $";
+ "$Id: perform.c,v 1.43 1998/09/08 03:15:41 jkh Exp $";
#endif
/*
@@ -44,7 +44,6 @@ pkg_perform(char **pkgs)
char *cp;
FILE *pkg_in, *fp;
Package plist;
- char *suffix; /* What we tack on to the end of the finished package */
int len;
/* Preliminary setup */
OpenPOWER on IntegriCloud