Bugzilla – Attachment 191741 Details for
Bug 355990
kde4-kdm is ignored by /etc/init.d/xdm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
xdm.diff
xdm.diff (text/plain), 714 bytes, created by
Stefan Dirsch
on 2008-01-24 20:01:58 UTC
(
hide
)
Description:
xdm.diff
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2008-01-24 20:01:58 UTC
Size:
714 bytes
patch
obsolete
>--- etc/init.d/xdm.orig 2008-01-24 20:48:37.783589000 +0100 >+++ etc/init.d/xdm 2008-01-24 20:48:46.876157250 +0100 >@@ -81,11 +81,15 @@ > GDM_BIN=/opt/gnome/sbin/gdm > fi > KDM_BIN=/opt/kde3/bin/kdm >+KDM4_BIN=/usr/bin/kdm > WDM_BIN=/usr/bin/wdm > RELOADSIGNAL="-HUP" > > case "${DISPLAYMANAGER##*/}" in > kdm|kde|KDM|KDE) DISPLAYMANAGER=$KDM_BIN >+ if [ ! -r "$DISPLAYMANAGER" ]; then >+ DISPLAYMANAGER=$KDM4_BIN >+ fi > PIDFILE=$KDM_PIDFILE > ;; > xdm) DISPLAYMANAGER=$XDM_BIN >@@ -102,6 +106,9 @@ > if test -x $KDM_BIN; then > DISPLAYMANAGER=$KDM_BIN > PIDFILE=$KDM_PIDFILE >+ elif test -x $KDM4_BIN; then >+ DISPLAYMANAGER=$KDM4_BIN >+ PIDFILE=$KDM_PIDFILE > fi > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 355990
: 191741