SHA256
1
0
forked from pool/gdm

Accepting request 181895 from GNOME:Factory

- Update X11-displaymanager-gdm (bnc#827236): Override
  PIDFILE=/run/gdm/gdm.pid in gdm_vars(). (forwarded request 181819 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/181895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=155
This commit is contained in:
Stephan Kulow 2013-07-04 08:10:09 +00:00 committed by Git OBS Bridge
commit 6a9503675c
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@ gdm_vars() {
gdm|GDM|Gnome|GNOME)
RELOADSIGNAL="-USR1"
DISPLAYMANAGER=/usr/sbin/gdm
PIDFILE=/run/gdm/gdm.pid
STARTPROC=gdm_start_proc
return 0 ;;
*) return 1 ;;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 2 20:59:38 UTC 2013 - dimstar@opensuse.org
- Update X11-displaymanager-gdm (bnc#827236): Override
PIDFILE=/run/gdm/gdm.pid in gdm_vars().
-------------------------------------------------------------------
Fri Jun 21 19:34:48 UTC 2013 - dimstar@opensuse.org