summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant>2003-04-11 19:58:50 +0000
committergrant <grant>2003-04-11 19:58:50 +0000
commit65520ff3202502e5383aad0bfdf2d43c5d351453 (patch)
treec321b50f189e2439e44b1e56a16a71173d1c1ae0 /pkgtools
parent64f391c2b9f1512feb8db3d5f9feae231b8f86e6 (diff)
downloadpkgsrc-65520ff3202502e5383aad0bfdf2d43c5d351453.tar.gz
sync with -current:
improve a message.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/create/perform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/create/perform.c b/pkgtools/pkg_install/files/create/perform.c
index 5b5785f607e..ca64b07467f 100644
--- a/pkgtools/pkg_install/files/create/perform.c
+++ b/pkgtools/pkg_install/files/create/perform.c
@@ -1,4 +1,4 @@
-/* $NetBSD: perform.c,v 1.2 2003/01/14 15:18:34 jschauma Exp $ */
+/* $NetBSD: perform.c,v 1.3 2003/04/11 19:58:50 grant Exp $ */
#if 0
#include <sys/cdefs.h>
@@ -6,7 +6,7 @@
#if 0
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.38 1997/10/13 15:03:51 jkh Exp";
#else
-__RCSID("$NetBSD: perform.c,v 1.2 2003/01/14 15:18:34 jschauma Exp $");
+__RCSID("$NetBSD: perform.c,v 1.3 2003/04/11 19:58:50 grant Exp $");
#endif
#endif
#endif
@@ -89,7 +89,7 @@ make_dist(const char *home, const char *pkg, const char *suffix, const package_t
args[nargs] = NULL;
if (Verbose)
- printf("Creating gzip'd binary package in '%s'\n", tball);
+ printf("Creating binary pkg '%s'\n", tball);
/* Set up a pipe for passing the filenames, and fork off a tar process. */
if (pipe(pipefds) == -1) {