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

Re: Re[2]: Selecting a default window manager.



On Tue, 16 Feb 1999, Evgeny Stambulchik wrote:

>"Peter L. Peres" <plp@actcom.co.il> wrote:
>
>>  plp:~$ cat /usr/X11R6/bin/X
>>  #!/bin/sh
>>  exec XF86_S3V ${@+"$@"}
>>  
>
>Isn't it an overkill? What's wrong with a symlink from X to a real binary?

;)

Think of what happens if you want to add some options on the command line
to the server, and some more options that are always added. Ex: -bpp ?? 

Besides, it is not my idea. Got it from some book.

Peter