home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume10
/
sun.serpatch
/
part01
/
X.sample
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-25
|
286 b
|
10 lines
#!/bin/sh
# If your /usr/bin/X11 directory is shared by both 8-bit colour systems
# and 24-bit colour systems, install the 24-bit server as /usr/bin/X11/Xsun24
# and use this shell script as /usr/bin/X11/X
if [ `constype` = rop -o `constype` = bw4 ]; then
Xsun24 $@
else
Xsun $@
fi