Accepting request 81172 from home:vuntz:branches:GNOME:Factory
Integrate Egbert's /etc/init.d/xdm changes + cleanup + update to 3.1.90 OBS-URL: https://build.opensuse.org/request/show/81172 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=173
This commit is contained in:
committed by
Git OBS Bridge
parent
132d82e404
commit
8b376d62d8
24
X11-displaymanager-gdm
Normal file
24
X11-displaymanager-gdm
Normal file
@@ -0,0 +1,24 @@
|
||||
gdm_start_proc () {
|
||||
if test "$DISPLAYMANAGER_REMOTE_ACCESS" = "yes" -a \
|
||||
"$DISPLAYMANAGER_STARTS_XSERVER" = "no"; then
|
||||
XDMOPTIONS="--no-console"
|
||||
fi
|
||||
|
||||
splashcopy 0 6
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
gdm_vars() {
|
||||
case "${DISPLAYMANAGER##*/}" in
|
||||
gdm|GDM|Gnome|GNOME)
|
||||
RELOADSIGNAL="-USR1"
|
||||
DISPLAYMANAGER=/usr/sbin/gdm
|
||||
STARTPROC=gdm_start_proc
|
||||
return 0 ;;
|
||||
;;
|
||||
*) return 1 ;;
|
||||
esac
|
||||
|
||||
return 1
|
||||
}
|
Reference in New Issue
Block a user