summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-25 09:54:27 +0000
committerphk <phk@FreeBSD.org>2002-10-25 09:54:27 +0000
commit429bcd4374070ac751bdbb74c3d588d48635fee7 (patch)
tree6d4884a738f03ca00605d307dd022636831d9f03 /usr.sbin/sysinstall
parent4d88e087d2f1d5319a408c1eee12fe445b78476a (diff)
downloadFreeBSD-src-429bcd4374070ac751bdbb74c3d588d48635fee7.zip
FreeBSD-src-429bcd4374070ac751bdbb74c3d588d48635fee7.tar.gz
Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index c61abbe..df3b2ba 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -481,8 +481,6 @@ fixit_common(void)
msgDebug("fixit shell: Unable to get terminal attributes!\n");
setenv("PATH", "/bin:/sbin:/usr/bin:/usr/sbin:/stand:"
"/mnt2/stand:/mnt2/bin:/mnt2/sbin:/mnt2/usr/bin:/mnt2/usr/sbin", 1);
- setenv("MAKEDEVPATH", "/sbin:/bin:/stand:"
- "/mnt2/sbin:/mnt2/bin:/mnt2/stand", 1);
if (strcmp(variable_get(VAR_FIXIT_TTY), "serial") == 0) {
printf("Waiting for fixit shell to exit.\n"
"When you are done, type ``exit'' to exit\n"
@@ -811,6 +809,7 @@ installFixupBin(dialogMenuItem *self)
fclose(fp);
}
#endif
+#if 0
/* BOGON #1: Resurrect /dev after bin distribution screws it up */
dialog_clear_norefresh();
msgNotify("Remaking all devices.. Please wait!");
@@ -847,6 +846,7 @@ installFixupBin(dialogMenuItem *self)
}
}
}
+#endif
/* BOGON #2: We leave /etc in a bad state */
chmod("/etc", 0755);
OpenPOWER on IntegriCloud