SHA256
1
0
forked from pool/gdm

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:
Vincent Untz
2011-09-07 03:49:36 +00:00
committed by Git OBS Bridge
parent 132d82e404
commit 8b376d62d8
11 changed files with 327 additions and 154 deletions

8
gdmflexiserver-wrapper Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
if test ! -x "${GDMFLEXISERVER:-/usr/lib/gdm/gdmflexiserver}"; then
echo "No gdmflexiserver implementation found. Maybe install gdm?" >&2
exit 1
else
exec "${GDMFLEXISERVER:-/usr/lib/gdm/gdmflexiserver}"
fi