diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /release/sysinstall/installUpgrade.c | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
Diffstat (limited to 'release/sysinstall/installUpgrade.c')
-rw-r--r-- | release/sysinstall/installUpgrade.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index 2a2d19b217ec1..b1599cc0ee380 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 }, |