Accepting request 24994 from home:elvigia:branches:Base:System

Copy from home:elvigia:branches:Base:System/syslogd via accept of submit request 24994 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/24994
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=10
This commit is contained in:
2009-11-25 15:23:34 +00:00
committed by Git OBS Bridge
parent b4bd1daa32
commit 53bbc01f78
25 changed files with 289 additions and 213 deletions

View File

@@ -1,5 +1,7 @@
--- fortify.h
+++ fortify.h 2008-05-30 12:18:14.874490898 +0200
Index: fortify.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ fortify.h 2009-11-24 18:12:56.934029000 +0100
@@ -0,0 +1,17 @@
+#if defined(__USE_FORTIFY_LEVEL)
+# undef syslog
@@ -18,8 +20,10 @@
+# define closelog priv_closelog
+# define setlogmask priv_setlogmask
+#endif
--- klogd.c
+++ klogd.c 2008-05-30 12:19:59.501151202 +0200
Index: klogd.c
===================================================================
--- klogd.c.orig 2009-11-24 18:12:56.685124000 +0100
+++ klogd.c 2009-11-24 18:12:56.937035000 +0100
@@ -286,6 +286,8 @@ static char *PidFile = "/etc/klogd.pid";
#endif
#endif
@@ -29,8 +33,10 @@
static int kmsg,
change_state = 0,
terminate = 0,
--- syslog.c
+++ syslog.c 2008-05-30 12:20:24.799728870 +0200
Index: syslog.c
===================================================================
--- syslog.c.orig 2009-11-24 18:12:54.173290000 +0100
+++ syslog.c 2009-11-24 18:12:56.940031000 +0100
@@ -72,6 +72,8 @@ static char sccsid[] = "@(#)syslog.c 5.2
#define _PATH_LOGNAME "/dev/log"