diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-04 11:09:16 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-04 11:09:16 +0000 |
| commit | cf17f935f159b8b9f4317da4260e35a7faa17458 (patch) | |
| tree | 48458d898e9a1d2d096748b0dd1579a7de7b38ec | |
| parent | f55ad351e1fc9a5ebcd09c3679e775422a452f75 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/installUpgrade.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index ff3b1207dab5..4d742cf3acb1 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 */ diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index ff3b1207dab5..4d742cf3acb1 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/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 */ |
