]> git.pld-linux.org Git - packages/xorg-app-xdm.git/blame - xorg-app-xdm-config.patch
- mask sysv service for systemd, should be started via prefdm like the rest of DM
[packages/xorg-app-xdm.git] / xorg-app-xdm-config.patch
CommitLineData
767195a0
JB
1--- xdm-1.1.0/config/Xresources.cpp.orig 2006-08-14 20:12:34.000000000 +0200
2+++ xdm-1.1.0/config/Xresources.cpp 2006-10-15 02:18:19.860305500 +0200
3@@ -78,7 +78,7 @@
4 #endif /* XPM */
5 XHASHendif
6 #ifdef XPM
7-XHASHif PLANES >= 8
8+XHASHif PLANES > 8
9 xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
10 XHASHelse
11 xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP
12--- xdm-1.1.0/xdm-xinitrc-0.2/GiveConsole.orig 2000-10-29 20:59:44.000000000 +0100
13+++ xdm-1.1.0/xdm-xinitrc-0.2/GiveConsole 2006-10-15 02:18:00.359086750 +0200
14@@ -8,4 +8,4 @@
15 # causing serious grief.
16 #
17 chown $USER /dev/console
18-/usr/X11R6/bin/sessreg -a -x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER
19+/usr/bin/sessreg -a -x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER
20--- xdm-1.1.0/xdm-xinitrc-0.2/TakeConsole.orig 2000-10-29 20:59:44.000000000 +0100
21+++ xdm-1.1.0/xdm-xinitrc-0.2/TakeConsole 2006-10-15 02:18:07.591538750 +0200
22@@ -5,4 +5,4 @@
23 #
24 chmod 622 /dev/console
25 chown root /dev/console
26-/usr/X11R6/bin/sessreg -d -x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER
27+/usr/bin/sessreg -d -x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER
45f0b770 28
This page took 0.044737 seconds and 4 git commands to generate.