blob: 7ee8572b8a6a9e7a26a7a835ff5e70a8dc3c771b [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 0c42e1fb84cc2bfe768bed17f3b979aca868cf64 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Wed, 11 Apr 2012 14:34:43 +0200
4Subject: [PATCH 06/12] add support for /etc/X11/xserver-system
5
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7---
8 X11/xserver-common | 5 +++++
9 1 files changed, 5 insertions(+), 0 deletions(-)
10
11diff --git a/X11/xserver-common b/X11/xserver-common
12index 4c7ed6e..6d8c9df 100644
13--- a/X11/xserver-common
14+++ b/X11/xserver-common
15@@ -204,3 +204,8 @@ fi
16 if [ "$XSERVER" != "Xorg" ] ; then
17 ARGS="$ARGS $MOUSE $KDRIVEARGS"
18 fi
19+
20+# let a local script modify the variables
21+if [ -e /etc/X11/xserver-system ] ; then
22+ . /etc/X11/xserver-system
23+fi
24--
251.7.8.5
26