mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Whoops! Uncomment Write_Disk() again.
This commit is contained in:
parent
d9bf888a1b
commit
9e572e47e5
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* 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
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -602,7 +602,7 @@ write_disks(void)
|
|||||||
}
|
}
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* 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
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -602,7 +602,7 @@ write_disks(void)
|
|||||||
}
|
}
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* 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
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -602,7 +602,7 @@ write_disks(void)
|
|||||||
}
|
}
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user