Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/create improve a message
details: https://anonhg.NetBSD.org/src/rev/57125d5f444b
branches: trunk
changeset: 545608:57125d5f444b
user: grant <grant%NetBSD.org@localhost>
date: Fri Apr 11 19:57:06 2003 +0000
description:
improve a message
diffstat:
usr.sbin/pkg_install/create/perform.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f1bbc862de5b -r 57125d5f444b usr.sbin/pkg_install/create/perform.c
--- a/usr.sbin/pkg_install/create/perform.c Fri Apr 11 19:41:37 2003 +0000
+++ b/usr.sbin/pkg_install/create/perform.c Fri Apr 11 19:57:06 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: perform.c,v 1.35 2003/01/10 11:55:45 agc Exp $ */
+/* $NetBSD: perform.c,v 1.36 2003/04/11 19:57:06 grant Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#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.35 2003/01/10 11:55:45 agc Exp $");
+__RCSID("$NetBSD: perform.c,v 1.36 2003/04/11 19:57:06 grant Exp $");
#endif
#endif
@@ -80,7 +80,7 @@
args[nargs] = NULL;
if (Verbose)
- printf("Creating gzip'd %s ball in '%s'\n", TAR_CMD, 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) {
Home |
Main Index |
Thread Index |
Old Index