Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst Pull up revision 1.79 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/557e7cb29b2e
branches:  netbsd-1-5
changeset: 490433:557e7cb29b2e
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Tue Dec 26 06:36:07 2000 +0000

description:
Pull up revision 1.79 (requested by hubertf):
  Fix sysinst to require base.tgz (in addition to etc.tgz and
  kern.tgz) to successfully install. Fixes PR#11634.

diffstat:

 distrib/utils/sysinst/msg.mi.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 39d0a02f4178 -r 557e7cb29b2e distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Tue Dec 26 06:35:43 2000 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Tue Dec 26 06:36:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.62.2.11 2000/11/15 20:09:53 tv Exp $     */
+/*     $NetBSD: msg.mi.en,v 1.62.2.12 2000/12/26 06:36:07 jhawk Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -457,7 +457,7 @@
 {%s is not a directory}
 
 message badsetdir
-{%s does not contain the mandatory installation sets
+{%s does not contain the mandatory installation sets etc.tgz, 
 base.tgz and kern.tgz.  Are you sure you've got the right directory?}
 
 message nonet



Home | Main Index | Thread Index | Old Index