File rstart.diff of Package xorg-x11
--- Makefile.am.orig 2006-07-03 21:42:44.000000000 +0200
+++ Makefile.am 2006-07-03 21:42:49.000000000 +0200
@@ -21,12 +21,12 @@
# rstartd server
-rstart_serverdir = $(libdir)/X11/rstart
+rstart_serverdir = /etc/X11/rstart
rstart_server_PROGRAMS = rstartd.real
rstartd_real_CFLAGS = $(RSTART_CFLAGS) \
-DSERVERNAME=\"rstart\" \
- -DDEFAULT_CONFIG=\"$(libdir)/X11/rstart/config\"
+ -DDEFAULT_CONFIG=\"/etc/X11/rstart/config\"
rstartd_real_LDADD = $(RSTART_LIBS)
@@ -50,7 +50,7 @@
# config data
-configdir = $(libdir)/X11/rstart
+configdir = /etc/X11/rstart
config_DATA = config
config: config.cpp
@@ -99,7 +99,7 @@
# FIXME: Someone who cares about rstart may want to look into sanitizing
# the stuff below.
-DATA_DIR = $(libdir)/X11/rstart
+DATA_DIR = /etc/X11/rstart
install-data-hook:
for name in `find ${srcdir}/commands -print | grep -v CVS` ; do \