Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Do not show disklabel command invocation by...



details:   https://anonhg.NetBSD.org/src/rev/8a01e3fb66e6
branches:  trunk
changeset: 847231:8a01e3fb66e6
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Dec 15 12:09:55 2019 +0000

description:
Do not show disklabel command invocation by default (only if there are
errors).

diffstat:

 usr.sbin/sysinst/disklabel.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1acb2f06b278 -r 8a01e3fb66e6 usr.sbin/sysinst/disklabel.c
--- a/usr.sbin/sysinst/disklabel.c      Sun Dec 15 12:01:05 2019 +0000
+++ b/usr.sbin/sysinst/disklabel.c      Sun Dec 15 12:09:55 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.c,v 1.26 2019/12/15 12:01:05 martin Exp $    */
+/*     $NetBSD: disklabel.c,v 1.27 2019/12/15 12:09:55 martin Exp $    */
 
 /*
  * Copyright 2018 The NetBSD Foundation, Inc.
@@ -415,7 +415,7 @@
         */
 #ifdef DISKLABEL_CMD
        /* disklabel the disk */
-       rv = run_program(RUN_DISPLAY, "%s -f %s %s '%s' '%s'",
+       rv = run_program(0, "%s -f %s %s '%s' '%s'",
            DISKLABEL_CMD, fname, disk, disktype, packname);
 #endif
 



Home | Main Index | Thread Index | Old Index