summaryrefslogtreecommitdiff
path: root/startx.cmd
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:05:51 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:05:51 +0000
commitc1179b7406303e7e80e13fddf8d0304bb9bd5ea4 (patch)
tree530090cf8d129afc90f5843a91171472a86cde1a /startx.cmd
parent71ad83f1bae8f357e8f40b7e7a0608e7ab22cc38 (diff)
Resync to 2004-04-10 XORG-RELEASE-1 branch
Diffstat (limited to 'startx.cmd')
-rw-r--r--startx.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/startx.cmd b/startx.cmd
index fd19ef4..3bf2c74 100644
--- a/startx.cmd
+++ b/startx.cmd
@@ -1,5 +1,6 @@
/* OS/2 REXX */
/* $XFree86: xc/programs/xinit/startx.cmd,v 3.3 1996/10/17 15:23:47 dawes Exp $
+ * $XdotOrg: xc/programs/xinit/startx.cmd,v 1.1.4.1.6.2 2004/04/02 21:47:36 eich Exp $
*
* This is just a sample implementation of a slightly less primitive
* interface than xinit. It looks for user xinitrc.cmd and xservrc.cmd
@@ -15,7 +16,7 @@ ADDRESS CMD
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