Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revision 1.38 (request...
details: https://anonhg.NetBSD.org/src/rev/a95d1113a128
branches: netbsd-1-4
changeset: 470831:a95d1113a128
user: he <he%NetBSD.org@localhost>
date: Mon Jul 31 18:19:02 2000 +0000
description:
Pull up revision 1.38 (requested by hubertf):
Update pkg_install tools by bringing in bug fixes and feature
additions since the last release. Fixes PR#10083 and PR#10687
and a number of problems not formally reported.
diffstat:
usr.sbin/pkg_install/lib/file.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 9ca259167609 -r a95d1113a128 usr.sbin/pkg_install/lib/file.c
--- a/usr.sbin/pkg_install/lib/file.c Mon Jul 31 18:19:00 2000 +0000
+++ b/usr.sbin/pkg_install/lib/file.c Mon Jul 31 18:19:02 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: file.c,v 1.25.2.8 2000/01/31 20:59:08 he Exp $ */
+/* $NetBSD: file.c,v 1.25.2.9 2000/07/31 18:19:02 he Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: file.c,v 1.29 1997/10/08 07:47:54 charnier Exp";
#else
-__RCSID("$NetBSD: file.c,v 1.25.2.8 2000/01/31 20:59:08 he Exp $");
+__RCSID("$NetBSD: file.c,v 1.25.2.9 2000/07/31 18:19:02 he Exp $");
#endif
#endif
@@ -445,8 +445,9 @@
snprintf(url, FILENAME_MAX, "%s-[0-9]*.tgz", tmp);
rc = expandURL(tmp, url);
if (rc >= 0) {
- printf("fileFindByPath: late success, expandURL('%s') returns '%s'\n",
- url, tmp);
+ if (Verbose)
+ printf("fileFindByPath: late success, expandURL('%s') returns '%s'\n",
+ url, tmp);
return tmp;
}
}
Home |
Main Index |
Thread Index |
Old Index