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/fe984648fcfc
branches: trunk
changeset: 466215:fe984648fcfc
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 f51bd8cf2056 -r fe984648fcfc 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