Accepting request 635607 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/635607 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=412
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Index: gdm-3.26.1/daemon/main.c
|
||||
Index: gdm-3.29.90/daemon/main.c
|
||||
===================================================================
|
||||
--- gdm-3.26.1.orig/daemon/main.c
|
||||
+++ gdm-3.26.1/daemon/main.c
|
||||
--- gdm-3.29.90.orig/daemon/main.c 2018-08-03 16:20:51.000000000 +0200
|
||||
+++ gdm-3.29.90/daemon/main.c 2018-08-04 00:35:56.183076931 +0200
|
||||
@@ -33,6 +33,8 @@
|
||||
#include <sys/wait.h>
|
||||
#include <locale.h>
|
||||
@@ -43,7 +43,7 @@ Index: gdm-3.26.1/daemon/main.c
|
||||
static gboolean do_timed_exit = FALSE;
|
||||
static gboolean print_version = FALSE;
|
||||
static gboolean fatal_warnings = FALSE;
|
||||
@@ -383,6 +403,8 @@ main (int argc,
|
||||
@@ -382,6 +402,8 @@ main (int argc,
|
||||
|
||||
g_chdir ("/");
|
||||
|
||||
@@ -52,7 +52,7 @@ Index: gdm-3.26.1/daemon/main.c
|
||||
main_loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
g_unix_signal_add (SIGTERM, on_shutdown_signal_cb, main_loop);
|
||||
@@ -405,6 +427,10 @@ main (int argc,
|
||||
@@ -404,6 +426,10 @@ main (int argc,
|
||||
|
||||
g_main_loop_unref (main_loop);
|
||||
|
||||
|
Reference in New Issue
Block a user