Sigh, it would have been nice but I just can't make the rsaref

hack work until we figure out some better way of handling package
interaction.
This commit is contained in:
Jordan K. Hubbard 2000-03-18 20:14:58 +00:00
parent 1eeb917c9c
commit 1d34c9e917
3 changed files with 6 additions and 0 deletions
release/sysinstall
usr.sbin
sade
sysinstall

View File

@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
(void)configLinux(self);
#endif
#ifdef notyet
dialog_clear();
if (USAResident) {
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
}
}
}
#endif /* notyet */
dialog_clear_norefresh();
if (!msgYesNo("Does this system have a mouse attached to it?"))

View File

@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
(void)configLinux(self);
#endif
#ifdef notyet
dialog_clear();
if (USAResident) {
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
}
}
}
#endif /* notyet */
dialog_clear_norefresh();
if (!msgYesNo("Does this system have a mouse attached to it?"))

View File

@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
(void)configLinux(self);
#endif
#ifdef notyet
dialog_clear();
if (USAResident) {
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
}
}
}
#endif /* notyet */
dialog_clear_norefresh();
if (!msgYesNo("Does this system have a mouse attached to it?"))