Accepting request 181819 from home:dimstar:branches:GNOME:Factory

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

OBS-URL: https://build.opensuse.org/request/show/181819
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=245
This commit is contained in:
Richard Brown 2013-07-03 15:07:13 +00:00 committed by Git OBS Bridge
parent 9e53c61722
commit 56321e3421
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