From 9e572e47e518d8df541afb22f29a0dabbb75d5bb Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 8 May 1995 18:41:37 +0000 Subject: [PATCH] Whoops! Uncomment Write_Disk() again. --- release/sysinstall/disks.c | 4 ++-- usr.sbin/sade/disks.c | 4 ++-- usr.sbin/sysinstall/disks.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 6ed59385684e..77337bafd41a 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.11 1995/05/08 01:27:07 jkh Exp $ + * $Id: disks.c,v 1.12 1995/05/08 10:20:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -602,7 +602,7 @@ write_disks(void) } dialog_clear(); if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) { - /* Write_Disk(Disks[i]); */ + Write_Disk(Disks[i]); return 0; } } diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 6ed59385684e..77337bafd41a 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.11 1995/05/08 01:27:07 jkh Exp $ + * $Id: disks.c,v 1.12 1995/05/08 10:20:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -602,7 +602,7 @@ write_disks(void) } dialog_clear(); if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) { - /* Write_Disk(Disks[i]); */ + Write_Disk(Disks[i]); return 0; } } diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 6ed59385684e..77337bafd41a 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.11 1995/05/08 01:27:07 jkh Exp $ + * $Id: disks.c,v 1.12 1995/05/08 10:20:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -602,7 +602,7 @@ write_disks(void) } dialog_clear(); if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) { - /* Write_Disk(Disks[i]); */ + Write_Disk(Disks[i]); return 0; } }