Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Don't have pkgin prompt before updatin...
details: https://anonhg.NetBSD.org/src/rev/5d0280763ea5
branches: trunk
changeset: 779082:5d0280763ea5
user: riz <riz%NetBSD.org@localhost>
date: Mon Apr 30 19:57:52 2012 +0000
description:
Don't have pkgin prompt before updating the database.
diffstat:
distrib/utils/sysinst/configmenu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8cdf213b6c39 -r 5d0280763ea5 distrib/utils/sysinst/configmenu.c
--- a/distrib/utils/sysinst/configmenu.c Mon Apr 30 19:49:26 2012 +0000
+++ b/distrib/utils/sysinst/configmenu.c Mon Apr 30 19:57:52 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: configmenu.c,v 1.3 2012/04/30 19:05:29 riz Exp $ */
+/* $NetBSD: configmenu.c,v 1.4 2012/04/30 19:57:52 riz Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -270,7 +270,7 @@
replace("/usr/pkg/etc/pkgin/repositories.conf", pattern);
run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT,
- "/usr/pkg/bin/pkgin update");
+ "/usr/pkg/bin/pkgin -y update");
msg_display(MSG_binpkg_installed);
process_menu(MENU_ok, NULL);
Home |
Main Index |
Thread Index |
Old Index