Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst slightly better title for the utility ...
details: https://anonhg.NetBSD.org/src/rev/6fb41dac1129
branches: trunk
changeset: 473813:6fb41dac1129
user: cgd <cgd%NetBSD.org@localhost>
date: Sun Jun 20 02:15:22 1999 +0000
description:
slightly better title for the utility menu
diffstat:
distrib/utils/sysinst/menus.mi.eng | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e6c4db1988a4 -r 6fb41dac1129 distrib/utils/sysinst/menus.mi.eng
--- a/distrib/utils/sysinst/menus.mi.eng Sun Jun 20 02:09:20 1999 +0000
+++ b/distrib/utils/sysinst/menus.mi.eng Sun Jun 20 02:15:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.eng,v 1.30 1999/06/20 02:09:20 cgd Exp $ */
+/* $NetBSD: menus.mi.eng,v 1.31 1999/06/20 02:15:22 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -73,7 +73,7 @@
action { run_prog(0, 0, NULL, "/sbin/reboot"); };
option "Utility menu", sub menu utility;
-menu utility, title "NetBSD-@@VERSION@@ Utility", exit;
+menu utility, title "NetBSD-@@VERSION@@ Utilities", exit;
option "Run /bin/sh",
action (endwin) { system("/bin/sh"); };
/* option "test", action { run_prog(0, 1, NULL, "/bin/pwd"); }; */
Home |
Main Index |
Thread Index |
Old Index