[1365] in testers

home help back first fref pref prev next nref lref last post

/etc/athena/reactivate

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Dec 6 21:08:43 1990

To: testers@ATHENA.MIT.EDU
Date: Thu, 06 Dec 90 21:08:20 EST
From: John Carr <jfc@ATHENA.MIT.EDU>


The lines

if [ -f /usr/bin/X11/xset ]; then
	/usr/bin/X11/xset -display :0 fp= "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/"
fi

in /etc/athena/reactivate should be replaced with

if [ -f /usr/bin/X11/xset -a "${DISPLAY}" != "" ]; then
	/usr/bin/X11/xset fp= "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/"
fi

and reactivate run with DISPLAY set properly by xlogin.


home help back first fref pref prev next nref lref last post