The provider should now work with systems running syslog under initscripts, or with rsyslog under initscripts or systemd. - drop patches (included upstream) sblim-cmpi-syslog-fix-buffer-overflow.patch sblim-cmpi-syslog-0.7.11-missing-fclose.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/sblim-cmpi-syslog?expand=0&rev=16
11 lines
491 B
Diff
11 lines
491 B
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-sblim-cmpi-syslog-0.9.0/syslog-conf/test/system/linux/setting.c ./syslog-conf/test/system/linux/setting.c
|
|
--- ../orig-sblim-cmpi-syslog-0.9.0/syslog-conf/test/system/linux/setting.c 2011-06-09 00:17:24.000000000 +0200
|
|
+++ ./syslog-conf/test/system/linux/setting.c 2013-07-25 10:39:08.541802192 +0200
|
|
@@ -126,5 +126,5 @@
|
|
|
|
int main()
|
|
{
|
|
- setting_read();
|
|
+ return(setting_read());
|
|
}
|