summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/system.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-12-16 01:18:10 +0000
committerkensmith <kensmith@FreeBSD.org>2008-12-16 01:18:10 +0000
commit6e48c23840e6402634cbff6a82b98b314e221dd3 (patch)
treec1c16ed5fd391e0486c53206ae156fc1e7e7f3dd /usr.sbin/sysinstall/system.c
parent871c5d3475a8d3d0e0c935b8e53eb3ed030f9ccc (diff)
downloadFreeBSD-src-6e48c23840e6402634cbff6a82b98b314e221dd3.zip
FreeBSD-src-6e48c23840e6402634cbff6a82b98b314e221dd3.tar.gz
Stop treating Xorg as a distribution in the mainline portion of sysinstall
and leave it to be handled in the packages section (or post-install completely) along with all the other packages.
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
-rw-r--r--usr.sbin/sysinstall/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index 19307d5..a0e60d0 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -187,7 +187,7 @@ systemInitialize(int argc, char **argv)
printf("%s running as init on %s\n", argv[0], OnVTY ? "vty0" : "serial console");
ioctl(0, TIOCSCTTY, (char *)NULL);
setlogin("root");
- setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:/usr/X11R6/bin", 1);
+ setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin", 1);
setbuf(stdin, 0);
setbuf(stderr, 0);
#if 0
OpenPOWER on IntegriCloud