diff options
author | Egbert Eich <eich@suse.de> | 2004-03-19 17:09:01 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-19 17:09:01 +0000 |
commit | f60cd08d90be7e9977142306a3b79cd6a5bfe6ed (patch) | |
tree | 388c091fe0ba54bba7da3b62d8e227c11616f65c /xinitrc.cmd | |
parent | 71ad83f1bae8f357e8f40b7e7a0608e7ab22cc38 (diff) |
13. fixed gtf + man pages (Xserver name and config file name configurableXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM
in Imake config files) (Egbert Eich).
12. Fixed xinit/startx man pages (server name and config file configurable)
(Egbert Eich).
11. Fixed fontstosfnt (project and support address configurable) (Egbert
Eich).
10. Fixed pswrap (relaced XFree86 with X11) (Egbert Eich).
9. fixed rman (added Xorg as system name) (Egbert Eich).
8. Fixed mkhtml (Egbert Eich).
7. Fixed default keyboard rules file in servers and setxkb (configurable)
(Egbert Eich).
6. Fixed XawVendor (configurable) (Egbert Eich).
Diffstat (limited to 'xinitrc.cmd')
-rw-r--r-- | xinitrc.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xinitrc.cmd b/xinitrc.cmd index a4502b8..0b2338a 100644 --- a/xinitrc.cmd +++ b/xinitrc.cmd @@ -1,10 +1,11 @@ /* OS/2 REXX */ /* $XFree86: xc/programs/xinit/xinitrc.cmd,v 3.5 1997/01/27 08:26:14 dawes Exp $ */ +/* $XdotOrg: xc/programs/xinit/xinitrc.cmd,v 3.5 1997/01/27 08:26:14 dawes Exp $ */ '@echo off' env = 'OS2ENVIRONMENT' x11root = VALUE('X11ROOT',,env) IF x11root = '' THEN DO - SAY "The environment variable X11ROOT is not set. XFree86/OS2 won't run without it." + SAY "The environment variable X11ROOT is not set. X/OS2 won't run without it." EXIT END home = VALUE('HOME',,env) |