diff options
author | David Sainty <David.Sainty@dtsp.co.nz> | 2008-08-04 19:06:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-08-04 19:06:43 -0700 |
commit | b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445 (patch) | |
tree | 43ea1fc86d160ff45a0cae76ba42e9bfd671b7bc | |
parent | c9cdec25130bc957b584ec15187e068f9c08862d (diff) |
Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp
X.Org Bug #16356 <https://bugs.freedesktop.org/show_bug.cgi?id=16356>
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | config/Xreset.cpp | 2 | ||||
-rw-r--r-- | config/Xstartup.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/Xreset.cpp b/config/Xreset.cpp index 8f4ef19..d64df0d 100644 --- a/config/Xreset.cpp +++ b/config/Xreset.cpp @@ -2,4 +2,4 @@ XCOMM!/bin/sh XCOMM Deregister a login. (Derived from TakeConsole as follows:) XCOMM BINDIR/sessreg -d -w "/var/log/wtmp" -u "/var/run/utmp" \ - -x "XDMCONFIGDIR/Xservers" -l $DISPLAY -h "" $USER + -x XDMCONFIGDIR/Xservers -l $DISPLAY -h "" $USER diff --git a/config/Xstartup.cpp b/config/Xstartup.cpp index a3f3f9e..3d513f6 100644 --- a/config/Xstartup.cpp +++ b/config/Xstartup.cpp @@ -2,4 +2,4 @@ XCOMM!/bin/sh XCOMM Register a login (derived from GiveConsole as follows:) XCOMM BINDIR/sessreg -a -w "/var/log/wtmp" -u "/var/run/utmp" \ - -x "XDMCONFIGDIR/Xservers" -l $DISPLAY -h "" $USER + -x XDMCONFIGDIR/Xservers -l $DISPLAY -h "" $USER |