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
8
gdmflexiserver-wrapper
Normal file
8
gdmflexiserver-wrapper
Normal 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
|
Reference in New Issue
Block a user