SHA256
1
0
forked from pool/gpm

Accepting request 47591 from Base:System

Copy from Base:System/gpm based on submit request 47591 from user psmt

OBS-URL: https://build.opensuse.org/request/show/47591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=24
This commit is contained in:
OBS User autobuild
2010-09-09 12:55:44 +00:00
committed by Git OBS Bridge
parent ffe96b45e4
commit 3f2b332964
34 changed files with 884 additions and 918 deletions

16
gpm-log.patch Normal file
View File

@@ -0,0 +1,16 @@
Index: src/report.c
===================================================================
--- src/report.c.orig 2010-09-08 17:04:41.743044084 +0200
+++ src/report.c 2010-09-08 17:08:22.257855674 +0200
@@ -92,8 +92,9 @@ void gpm_report(int line, char *file, in
switch(stat) {
case GPM_STAT_INFO:
#ifdef HAVE_VSYSLOG
- syslog(LOG_INFO | LOG_USER, GPM_STRING_INFO);
- vsyslog(LOG_INFO | LOG_USER, text, ap2);
+ // gpm spams /var/log/messages (bnc#307209)
+ // syslog(LOG_INFO | LOG_USER, GPM_STRING_INFO);
+ // vsyslog(LOG_INFO | LOG_USER, text, ap2);
#else
fprintf(stderr,GPM_STRING_INFO);
vfprintf(stderr,text,ap);