mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 09:11:38 +01:00
fix a klogd crash if module symbols cannot be loaded. and add a default configuration file (based on ubuntu one).
13 lines
391 B
Diff
13 lines
391 B
Diff
Index: sysklogd-1.5/ksym_mod.c
|
|
===================================================================
|
|
--- sysklogd-1.5.orig/ksym_mod.c 2009-08-04 09:47:53.000000000 +0300
|
|
+++ sysklogd-1.5/ksym_mod.c 2009-08-04 09:48:05.000000000 +0300
|
|
@@ -189,7 +189,6 @@
|
|
else
|
|
Syslog(LOG_ERR, "Error loading kernel symbols " \
|
|
"- %s\n", strerror(errno));
|
|
- fclose(ksyms);
|
|
return(0);
|
|
}
|
|
|