Package: xbase Version: 3.1.2-5 The scripts /etc/X11/xdm/Xstartup_0 /etc/X11/xdm/Xreset_0 check for execute permission on /etc/X11/xdm/Xstartup /etc/X11/xdm/Xreset (respectively) but the latter files are not installed +x.
Also, I suspect there is an error in the pathname on line 34 of the preinst script: 30: if [ ! -L /usr/lib/X11 ] 31: then 32: echo "Warning: /usr/lib/X11 was not a symlink. It has been moved to" 33: echo "/usr/lib/X11.old" 34: mv /usr/lib/X11 /usr/lib/X11/old 35: fi -- Robert Leslie [EMAIL PROTECTED]