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.39 (requested ...



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

description:
Pull up revision 1.39 (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.fr |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 557e7cb29b2e -r 16d5e13c7677 distrib/utils/sysinst/msg.mi.fr
--- a/distrib/utils/sysinst/msg.mi.fr   Tue Dec 26 06:36:07 2000 +0000
+++ b/distrib/utils/sysinst/msg.mi.fr   Tue Dec 26 06:36:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.fr,v 1.34.2.2 2000/09/22 09:46:35 bouyer Exp $  */
+/*     $NetBSD: msg.mi.fr,v 1.34.2.3 2000/12/26 06:36:29 jhawk Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -454,8 +454,8 @@
 {%s n'est pas un répertoire}
 
 message badsetdir
-{%s ne contient pas les composants indispensables base.tgz et kern.tgz.
-Etes-vous sur que c'est le bon répertoire ?}
+{%s ne contient pas les composants indispensables etc.tgz, base.tgz
+et kern.tgz.  Etes-vous sur que c'est le bon répertoire ?}
 
 message nonet
 {Je ne peux trouver aucune interface réseau utilisable par NetBSD. Vous allez



Home | Main Index | Thread Index | Old Index