summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-08 12:27:58 +0000
committerjkh <jkh@FreeBSD.org>1996-12-08 12:27:58 +0000
commit04dca2ca4213bef32571ce138ad604ee8025bb39 (patch)
tree8648139dc4eb497c395e1a22bf82b327bf3d4481 /usr.sbin/sysinstall/installUpgrade.c
parenta18ba114a11de21f7f9a5c35a30dd17f19ec8686 (diff)
downloadFreeBSD-src-04dca2ca4213bef32571ce138ad604ee8025bb39.zip
FreeBSD-src-04dca2ca4213bef32571ce138ad604ee8025bb39.tar.gz
Several areas of improvement:
o Incorporate some of Tatsumi's bug fixes. o Remove the xperimnt and commerce distribution items; they haven't been actual distributions for awhile. o Try to sanitize the device checking code a little more. o Cosmetic work on the network code.
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index 4c87a6f..5438e8e 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.32 1996/09/18 18:40:37 jkh Exp $
+ * $Id: installUpgrade.c,v 1.33 1996/10/09 09:53:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -291,7 +291,7 @@ installUpgrade(dialogMenuItem *self)
msgNotify("Preserving /etc directory..");
if (vsystem("tar -cf - -C /etc . | tar -xpf - -C %s", saved_etc))
if (msgYesNo("Unable to backup your /etc into %s.\n"
- "Do you want to continue anyway?") != 0)
+ "Do you want to continue anyway?", saved_etc) != 0)
return DITEM_FAILURE | DITEM_RECREATE;
}
if (file_readable("/kernel")) {
OpenPOWER on IntegriCloud