rstart: Changes to 'refs/tags/rstart-1.0.5'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Feb 10 18:25:25 PST 2013


Tag 'rstart-1.0.5' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-02-11 02:25 -0800

rstart-1.0.5

Changes since rstart-1.0.4:
Alan Coopersmith (2):
      Make Makefile.am's compatible with Solaris make
      rstart 1.0.5

Egbert Eich (2):
      install: Use sysconfdir instead of libdir for config files.
      man: Set correct config file location in man page

Eric S. Raymond (1):
      Eliminate use of tab stops.  Use real TBL markup.

Gaetan Nadon (18):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory
      config: use a single directory variable to represent $lib/X11/rstart
      config: -DSERVERNAME not required in client.cc and server.cpp
      config: -DBINDIR not required in server.cpp
      config: use sed rather than cpp to substitute directory values
      config: use sed rather than cpp to substitute rsh command value
      config: use sed rather than cpp to substitute config values
      config: -DPACKAGEname and -DENVPREFIX not required in config.in
      config: install commands using Automake
      config: install contexts files using Automake
      config: let the samples directory handle the samples
      config: let the specs directory handle the specs files
      config: add links from x and x11 from @Aliases
      config: move scripts into their own directory
      config: rstartd.real does not require linking to any library
      config: upgrade configure.ac

---
 .gitignore                   |    3 
 Makefile.am                  |  182 +---------------------------
 client.cpp                   |  124 -------------------
 commands/ListContexts        |    4 
 commands/ListGenericCommands |    8 -
 commands/Makefile.am         |   16 ++
 config.cpp                   |   34 -----
 configure.ac                 |   42 ++++--
 contexts/.gitignore          |    1 
 contexts/Makefile.am         |   28 ++++
 contexts/x11r6               |   30 ----
 contexts/x11r6.in            |   30 ++++
 man/Makefile.am              |   13 ++
 man/rstart.man               |  117 ++++++++++++++++++
 man/rstartd.man              |  277 +++++++++++++++++++++++++++++++++++++++++++
 rstart.man                   |  117 ------------------
 rstartd.man                  |  274 ------------------------------------------
 samples/Makefile.am          |   25 +++
 scripts/.gitignore           |    3 
 scripts/Makefile.am          |   26 ++++
 scripts/config.in            |   34 +++++
 scripts/rstart.in            |  124 +++++++++++++++++++
 scripts/rstartd.in           |   29 ++++
 server.cpp                   |   29 ----
 specs/Makefile.am            |    8 +
 25 files changed, 772 insertions(+), 806 deletions(-)
---


More information about the xorg-commit mailing list