diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-23 12:13:51 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-23 12:13:51 +0000 |
commit | 7db7922f9e0765024764038733565a789354e950 (patch) | |
tree | 3fe12291473899ae6130e00b0d7443c7f7af509c /usr.sbin/sysinstall/config.c | |
parent | 69f0756785726e1af75f0996650fa90998ddfd0d (diff) | |
download | FreeBSD-src-7db7922f9e0765024764038733565a789354e950.zip FreeBSD-src-7db7922f9e0765024764038733565a789354e950.tar.gz |
MF22: Important fixes for loading XFree86 distributions I forgot to
merge after 2.2.7 (I was wondering why that bug looked so familiar!).
Also update some docs accordingly.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r-- | usr.sbin/sysinstall/config.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 5307559..5021323 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.109 1998/03/13 11:12:53 jkh Exp $ + * $Id: config.c,v 1.110 1998/03/24 09:51:54 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -542,8 +542,8 @@ configXEnvironment(dialogMenuItem *self) } else { dialog_clear_norefresh(); - msgConfirm("XFree86 does not appear to be installed! Please install\n" - "The XFree86 distribution before attempting to configure it."); + msgConfirm("The XFree86 setup utility you chose does not appear to be installed!\n" + "Please install this before attempting to configure XFree86."); return DITEM_FAILURE | DITEM_RESTORE; } } |