Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

two files necessary for X11R7 xdm config



Hi, (sorry for my rumbling messages)

Anyone who are knowledgeful with X window (I'm not such
a person), please confirm or correct the following fix for X11R7
xdm.

The issue is that X11R7 xdm now needs two more shell scripts
(refer /etc/X11/xdm/xdm-config, PLS) and NetBSD standard
installation does not include them.  It will end up with silent failures
when Xservers.fs is choosen to use.  It seems none is serious to
go Xservers.fs way those days.

Toru Nishimura / ALKYL Technology

Index: external/mit/xorg/bin/xdm/config/Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/bin/xdm/config/Makefile,v
retrieving revision 1.6
diff -c -r1.6 Makefile
*** external/mit/xorg/bin/xdm/config/Makefile 14 Feb 2009 13:32:12 -0000 1.6
--- external/mit/xorg/bin/xdm/config/Makefile 11 Mar 2009 07:12:47 -0000
***************
*** 25,31 ****
     -DXPM \
     -DSU="su -m"
! CONFIGFILES= GiveConsole TakeConsole \
    Xaccess Xservers.fs Xsession Xsetup_0 Xwilling \
${CPPSCRIPTS} FILES= xorg-bw.xpm xorg.xpm \
--- 25,31 ----
     -DXPM \
     -DSU="su -m"
! CONFIGFILES= GiveConsole TakeConsole Xstartup Xreset \
    Xaccess Xservers.fs Xsession Xsetup_0 Xwilling \
${CPPSCRIPTS} FILES= xorg-bw.xpm xorg.xpm \
***************
*** 38,43 ****
--- 38,45 ----
 FILESDIR_NetBSD-inv.xpm=${X11INCDIR}/X11/pixmaps
 FILESMODE_GiveConsole= ${BINMODE}
 FILESMODE_TakeConsole= ${BINMODE}
+ FILESMODE_Xstartup= ${BINMODE}
+ FILESMODE_Xreset= ${BINMODE}
 FILESMODE_Xsetup_0= ${BINMODE}
 FILESMODE_Xsession= ${BINMODE}
 FILESMODE_Xwilling= ${BINMODE}
Index: distrib/sets/lists/xetc/mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/xetc/mi,v
retrieving revision 1.12
diff -c -r1.12 mi
*** distrib/sets/lists/xetc/mi 11 Feb 2009 10:25:14 -0000 1.12
--- distrib/sets/lists/xetc/mi 11 Mar 2009 07:12:47 -0000
***************
*** 44,49 ****
--- 44,51 ----
 ./etc/X11/xdm/Xsetup_0     -unknown- xorg
 ./etc/X11/xdm/Xwilling     -unknown- x11
 ./etc/X11/xdm/Xwilling     -unknown- xorg
+ ./etc/X11/xdm/Xstartup     -unknown- xorg
+ ./etc/X11/xdm/Xreset     -unknown- xorg
 ./etc/X11/xdm/xdm-config    -unknown- x11
 ./etc/X11/xdm/xdm-config    -unknown- xorg
 ./etc/X11/xdm/xorg-bw.xpm    xetc-obsolete obsolete



Home | Main Index | Thread Index | Old Index