aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/klogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 82596bc0b..df0edee0a 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -226,7 +226,7 @@ int klogd_main(int argc UNUSED_PARAM, char **argv)
226 226
227 signal(SIGHUP, SIG_IGN); 227 signal(SIGHUP, SIG_IGN);
228 /* We want klogd_read to not be restarted, thus _norestart: */ 228 /* We want klogd_read to not be restarted, thus _norestart: */
229 bb_signals_recursive_norestart(BB_FATAL_SIGS, record_signo); 229 bb_signals_norestart(BB_FATAL_SIGS, record_signo);
230 230
231 syslog(LOG_NOTICE, "klogd started: %s", bb_banner); 231 syslog(LOG_NOTICE, "klogd started: %s", bb_banner);
232 232