X-Git-Url: https://git.tld-linux.org/?p=packages%2Fxrdp.git;a=blobdiff_plain;f=quiet.patch;h=2dd922239b003568581c619ba76470cc519a0785;hp=a4fb25b2edfe83be00e7973d9043ec46b1d34e0e;hb=HEAD;hpb=ebcd383e3657a751e668364685041611b54076ab diff --git a/quiet.patch b/quiet.patch index a4fb25b..2dd9222 100644 --- a/quiet.patch +++ b/quiet.patch @@ -1,33 +1,16 @@ -diff -ur xrdp-0.9.10.orig/common/log.c xrdp-0.9.10/common/log.c ---- xrdp-0.9.10.orig/common/log.c 2019-04-18 07:38:26.000000000 +0200 -+++ xrdp-0.9.10/common/log.c 2019-05-22 18:37:25.964000000 +0200 -@@ -382,11 +382,11 @@ - /* try to create path if not exist */ - g_create_path(lc->log_file); +diff -ur xrdp-0.9.19.orig/xrdp/xrdp.c xrdp-0.9.19/xrdp/xrdp.c +--- xrdp-0.9.19.orig/xrdp/xrdp.c 2022-03-17 07:19:24.000000000 +0100 ++++ xrdp-0.9.19/xrdp/xrdp.c 2022-04-01 00:54:41.104512664 +0200 +@@ -504,7 +504,7 @@ -- g_printf("logging configuration:\r\n"); -+ /*g_printf("logging configuration:\r\n"); - g_printf("\tLogFile: %s\r\n", lc->log_file); - g_printf("\tLogLevel: %i\r\n", lc->log_level); - g_printf("\tEnableSyslog: %i\r\n", lc->enable_syslog); -- g_printf("\tSyslogLevel: %i\r\n", lc->syslog_level); -+ g_printf("\tSyslogLevel: %i\r\n", lc->syslog_level);*/ - return LOG_STARTUP_OK; - } - -diff -ur xrdp-0.9.10.orig/xrdp/xrdp.c xrdp-0.9.10/xrdp/xrdp.c ---- xrdp-0.9.10.orig/xrdp/xrdp.c 2019-04-18 07:38:26.000000000 +0200 -+++ xrdp-0.9.10/xrdp/xrdp.c 2019-05-22 18:37:25.964000000 +0200 -@@ -475,7 +475,7 @@ - - if (startup_params->kill) + if (startup_params.kill) { - g_writeln("stopping xrdp"); + /*g_writeln("stopping xrdp");*/ /* read the xrdp.pid file */ fd = -1; -@@ -493,7 +493,7 @@ +@@ -522,7 +522,7 @@ g_memset(text, 0, 32); g_file_read(fd, text, 31); pid = g_atoi(text); @@ -36,12 +19,3 @@ diff -ur xrdp-0.9.10.orig/xrdp/xrdp.c xrdp-0.9.10/xrdp/xrdp.c if (pid > 0) { -@@ -597,7 +597,7 @@ - or systemd cannot detect xrdp daemon couldn't start properly */ - g_exit(1); - } -- g_writeln("daemon process %d started ok", pid); -+ /*g_writeln("daemon process %d started ok", pid);*/ - /* exit, this is the main process */ - g_deinit(); - g_exit(0);