aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/installUpgrade.c')
-rw-r--r--release/sysinstall/installUpgrade.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c
index 2a2d19b217ec..b1599cc0ee38 100644
--- a/release/sysinstall/installUpgrade.c
+++ b/release/sysinstall/installUpgrade.c
@@ -72,18 +72,6 @@ doByHand(HitList *h)
"this).", h->name);
}
-static void
-yellSysconfig(HitList *h)
-{
- dialog_clear();
- msgConfirm("/etc/sysconfig is one of those files that this upgrade procedure just isn't\n"
- "smart enough to deal with right now. Unfortunately, your system\n"
- "will also come up with a very different \"personality\" than it had\n"
- "before if you do not merge at LEAST the hostname and ifconfig lines\n"
- "from the old one! This is very important, so please do this merge\n"
- "even if you do no others before the system is allowed to reboot.");
-}
-
/* These are the only meaningful files I know about */
static HitList etc_files [] = {
{ JUST_COPY, "Xaccel.ini", TRUE, NULL },
@@ -144,7 +132,7 @@ static HitList etc_files [] = {
{ JUST_COPY, "skeykeys", TRUE, NULL },
{ JUST_COPY, "spwd.db", TRUE, NULL },
{ JUST_COPY, "supfile", TRUE, NULL },
- { CALL_HANDLER, "sysconfig", FALSE, yellSysconfig },
+ { CALL_HANDLER, "sysconfig", FALSE, doByHand },
{ JUST_COPY, "syslog.conf", TRUE, NULL },
{ JUST_COPY, "termcap", TRUE, NULL },
{ JUST_COPY, "ttys", TRUE, NULL },