From 1456a3f6899e66f3cd7b5453be3d14341ae83f96 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 4 Nov 1995 11:09:16 +0000 Subject: Move MBR selection to write/quite stage of disk editor for a more logical grouping. Don't print geometry warning in "all disk" case. Clean up some unnecessary newlines in confirmation messages. --- release/sysinstall/installUpgrade.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index ff3b120..4d742cf 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installUpgrade.c,v 1.13 1995/11/03 12:02:36 jkh Exp $ + * $Id: installUpgrade.c,v 1.14 1995/11/04 08:47:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -327,7 +327,7 @@ installUpgrade(char *str) msgConfirm("Unable to go to your saved /etc directory in %s?! Argh!\n" "Something went seriously wrong! It's quite possible that\n" "your former /etc is toast. I hope you didn't have any\n" - "important customizations you wanted to keep in there.. :(\n"); + "important customizations you wanted to keep in there.. :("); } else { /* Now try to resurrect the /etc files */ -- cgit v1.1