Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/unzip Match directory extraction output with Infozip.



details:   https://anonhg.NetBSD.org/src/rev/2ae1a136ee32
branches:  trunk
changeset: 748496:2ae1a136ee32
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Oct 25 20:14:50 2009 +0000

description:
Match directory extraction output with Infozip.

diffstat:

 usr.bin/unzip/unzip.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f357aea6d287 -r 2ae1a136ee32 usr.bin/unzip/unzip.c
--- a/usr.bin/unzip/unzip.c     Sun Oct 25 19:28:45 2009 +0000
+++ b/usr.bin/unzip/unzip.c     Sun Oct 25 20:14:50 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unzip.c,v 1.9 2009/09/30 10:04:54 wiz Exp $ */
+/* $NetBSD: unzip.c,v 1.10 2009/10/25 20:14:50 wiz Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: unzip.c,v 1.9 2009/09/30 10:04:54 wiz Exp $");
+__RCSID("$NetBSD: unzip.c,v 1.10 2009/10/25 20:14:50 wiz Exp $");
 
 #include <sys/queue.h>
 #include <sys/stat.h>
@@ -408,7 +408,7 @@
        if (mode & 0004)
                mode |= 0001;
 
-       info("d %s\n", path);
+       info("   creating: %s/\n", path);
        make_dir(path, mode);
        ac(archive_read_data_skip(a));
 }



Home | Main Index | Thread Index | Old Index