]> git.pld-linux.org Git - packages/xorg-app-xdm.git/blob - 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
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
28
This page took 0.0682970000000001 seconds and 3 git commands to generate.