summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-08-30 21:03:09 +0000
committerkensmith <kensmith@FreeBSD.org>2004-08-30 21:03:09 +0000
commit1062d781d5eec0e3f7ec6db1375e28cc5a04e71e (patch)
treefb04bfe4fbd2686ea2f2fddad898e7b53019183d /usr.sbin/sade/install.c
parent6c65caf0a24924dad7586ad39cb5071d1b51f34a (diff)
downloadFreeBSD-src-1062d781d5eec0e3f7ec6db1375e28cc5a04e71e.zip
FreeBSD-src-1062d781d5eec0e3f7ec6db1375e28cc5a04e71e.tar.gz
Remove support for configuring the X server from sysinstall. General
concensus seems to be that is best left for doing post-install. Discussed on: freebsd-current@ Tested with: make release Approved by: re@ MFC after: 3 days
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 1e22b0d..bac3bf4 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -696,12 +696,6 @@ nodisks:
configRC_conf();
sync();
- if (directory_exists("/usr/X11R6")) {
- dialog_clear_norefresh();
- if (!msgYesNo("Would you like to configure your X server at this time?"))
- (void)configXSetup(self);
- }
-
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of thousands of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
OpenPOWER on IntegriCloud