7084696 xdm default $PATH should stop including obsolete directories nv_174
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 29 Aug 2011 13:30:58 -0700
changeset 1197 0dc02fa0d678
parent 1196 1ce455dae979
child 1198 0659f00c1f53
7084696 xdm default $PATH should stop including obsolete directories
open-src/app/xdm/Makefile
--- a/open-src/app/xdm/Makefile	Mon Aug 29 11:22:46 2011 -0700
+++ b/open-src/app/xdm/Makefile	Mon Aug 29 13:30:58 2011 -0700
@@ -68,15 +68,8 @@
 	--with-piddir=/var/run/xdm \
 	--with-authdir=/var/run/xdm \
 	--bindir=/usr/sbin \
-	DEF_USER_PATH=/usr/bin:/usr/X11/bin:/usr/sbin:/sbin \
-	DEF_SYSTEM_PATH=/usr/bin:/usr/X11/bin:/usr/sbin:/sbin
-
-
-# Special handling while xdm is moved to /usr but other apps are still in
-# /usr/X11
-MODULE_CONFIG_OPTS += \
-	--with-xrdb='$(X11_BIN_DIR)/xrdb' \
-	--with-default-session=command='$(X11_BIN_DIR)/xterm -ls' \
+	DEF_USER_PATH=/usr/bin:/usr/sbin \
+	DEF_SYSTEM_PATH=/usr/bin:/usr/sbin
 
 # configure scripts add libraries like -lXt & -lXinerama to the global $(LIBS)
 # when only some objects need them, so ignore them in the rest.