diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:28:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:35:34 -0700 |
commit | 2861f9cf845107870f9d5e9898e5cd4baba8d8f7 (patch) | |
tree | 86b75c47254744ca013be7fe5462ebe4f2444ae2 | |
parent | 536a3e66159bb4cbd75b861b9b942da5b1885a26 (diff) |
Strip RCS/CVS tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | startx.cmd | 3 | ||||
-rw-r--r-- | startx.cpp | 2 | ||||
-rw-r--r-- | startx.man | 4 | ||||
-rw-r--r-- | xinit.c | 4 | ||||
-rw-r--r-- | xinit.man | 4 | ||||
-rw-r--r-- | xinitrc.cmd | 1 | ||||
-rw-r--r-- | xinitrc.cpp | 1 |
7 files changed, 3 insertions, 16 deletions
@@ -1,6 +1,5 @@ /* OS/2 REXX */ -/* $XFree86: xc/programs/xinit/startx.cmd,v 3.3 1996/10/17 15:23:47 dawes Exp $ - * +/* * This is just a sample implementation of a slightly less primitive * interface than xinit. It looks for user xinitrc.cmd and xservrc.cmd * files, then system xinitrc.cmd and xservrc.cmd files, else lets xinit choose @@ -1,6 +1,5 @@ XCOMM!SHELL_CMD -XCOMM $Xorg: startx.cpp,v 1.3 2000/08/17 19:54:29 cpqbld Exp $ XCOMM XCOMM This is just a sample implementation of a slightly less primitive XCOMM interface than xinit. It looks for user .xinitrc and .xserverrc @@ -11,7 +10,6 @@ XCOMM and pop a clock and serveral xterms. XCOMM XCOMM Site administrators are STRONGLY urged to write nicer versions. XCOMM -XCOMM $XFree86: xc/programs/xinit/startx.cpp,v 3.16tsi Exp $ unset DBUS_SESSION_BUS_ADDRESS unset SESSION_MANAGER @@ -1,5 +1,4 @@ -.\" $Xorg: startx.man,v 1.4 2001/02/09 02:05:49 xorgcvs Exp $ -.\" $XdotOrg$ +.\" .\" Copyright 1993, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its @@ -24,7 +23,6 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xinit/startx.man,v 1.7 2001/04/19 15:08:32 dawes Exp $ .\" .TH STARTX __appmansuffix__ __xorgversion__ .SH NAME @@ -1,6 +1,3 @@ -/* $Xorg: xinit.c,v 1.5 2001/02/09 02:05:49 xorgcvs Exp $ */ -/* $XdotOrg: $ */ - /* Copyright 1986, 1998 The Open Group @@ -26,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xinit/xinit.c,v 3.32 2002/05/31 18:46:13 dawes Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -1,4 +1,4 @@ -.\" $Xorg: xinit.man,v 1.4 2001/02/09 02:05:49 xorgcvs Exp $ +.\" .\" Copyright 1988, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its @@ -23,8 +23,6 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xinit/xinit.man,v 3.9 2001/02/07 23:25:56 dawes Exp $ -.\" .TH XINIT __appmansuffix__ __xorgversion__ .SH NAME xinit \- X Window System initializer diff --git a/xinitrc.cmd b/xinitrc.cmd index f40a7b7..623a159 100644 --- a/xinitrc.cmd +++ b/xinitrc.cmd @@ -1,5 +1,4 @@ /* OS/2 REXX */ -/* $XFree86: xc/programs/xinit/xinitrc.cmd,v 3.5 1997/01/27 08:26:14 dawes Exp $ */ '@echo off' env = 'OS2ENVIRONMENT' x11root = VALUE('X11ROOT',,env) diff --git a/xinitrc.cpp b/xinitrc.cpp index 5643340..379b1f3 100644 --- a/xinitrc.cpp +++ b/xinitrc.cpp @@ -1,5 +1,4 @@ XCOMM!SHELL_CMD -XCOMM $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap |