mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
YAMF22
This commit is contained in:
parent
2a31d924ab
commit
15d8c5b5a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23529
6 changed files with 24 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.173 1997/03/07 16:39:15 jkh Exp $
|
||||
* $Id: install.c,v 1.174 1997/03/08 12:57:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -561,6 +561,10 @@ installNovice(dialogMenuItem *self)
|
|||
restorescr(w);
|
||||
}
|
||||
|
||||
/* Now would be a good time to checkpoint the configuration data */
|
||||
configSysconfig("/etc/sysconfig");
|
||||
sync();
|
||||
|
||||
if (directory_exists("/usr/X11R6")) {
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Would you like to configure your X server at this time?"))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: label.c,v 1.68 1997/02/22 14:11:50 peter Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -427,6 +427,8 @@ print_label_chunks(void)
|
|||
if (label_chunk_info[i].c->private_data
|
||||
&& (label_chunk_info[i].type == PART_FILESYSTEM || label_chunk_info[i].type == PART_FAT))
|
||||
mountpoint = ((PartInfo *)label_chunk_info[i].c->private_data)->mountpoint;
|
||||
else if (label_chunk_info[i].type == PART_SWAP)
|
||||
mountpoint = "swap";
|
||||
else
|
||||
mountpoint = "<none>";
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.173 1997/03/07 16:39:15 jkh Exp $
|
||||
* $Id: install.c,v 1.174 1997/03/08 12:57:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -561,6 +561,10 @@ installNovice(dialogMenuItem *self)
|
|||
restorescr(w);
|
||||
}
|
||||
|
||||
/* Now would be a good time to checkpoint the configuration data */
|
||||
configSysconfig("/etc/sysconfig");
|
||||
sync();
|
||||
|
||||
if (directory_exists("/usr/X11R6")) {
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Would you like to configure your X server at this time?"))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: label.c,v 1.68 1997/02/22 14:11:50 peter Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -427,6 +427,8 @@ print_label_chunks(void)
|
|||
if (label_chunk_info[i].c->private_data
|
||||
&& (label_chunk_info[i].type == PART_FILESYSTEM || label_chunk_info[i].type == PART_FAT))
|
||||
mountpoint = ((PartInfo *)label_chunk_info[i].c->private_data)->mountpoint;
|
||||
else if (label_chunk_info[i].type == PART_SWAP)
|
||||
mountpoint = "swap";
|
||||
else
|
||||
mountpoint = "<none>";
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.173 1997/03/07 16:39:15 jkh Exp $
|
||||
* $Id: install.c,v 1.174 1997/03/08 12:57:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -561,6 +561,10 @@ installNovice(dialogMenuItem *self)
|
|||
restorescr(w);
|
||||
}
|
||||
|
||||
/* Now would be a good time to checkpoint the configuration data */
|
||||
configSysconfig("/etc/sysconfig");
|
||||
sync();
|
||||
|
||||
if (directory_exists("/usr/X11R6")) {
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Would you like to configure your X server at this time?"))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: label.c,v 1.68 1997/02/22 14:11:50 peter Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -427,6 +427,8 @@ print_label_chunks(void)
|
|||
if (label_chunk_info[i].c->private_data
|
||||
&& (label_chunk_info[i].type == PART_FILESYSTEM || label_chunk_info[i].type == PART_FAT))
|
||||
mountpoint = ((PartInfo *)label_chunk_info[i].c->private_data)->mountpoint;
|
||||
else if (label_chunk_info[i].type == PART_SWAP)
|
||||
mountpoint = "swap";
|
||||
else
|
||||
mountpoint = "<none>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue