From 7326d197ddecffe93e476b2bc8db25d56784bb1f Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Fri, 12 Jun 1998 23:43:39 +0000 Subject: [PATCH] * Postinst will create files with correct file modes (closes: Bug#21212) * Made /dev/xconsole mode 0640 and root.adm (closes: Bug#11917) * Changed priority of exit message from LOG_ERR to LOG_INFO (closes Bug#21606) --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslogd.c b/syslogd.c index b0a1108..fdeb28e 100644 --- a/syslogd.c +++ b/syslogd.c @@ -1963,7 +1963,7 @@ void die(sig) dprintf("syslogd: exiting on signal %d\n", sig); (void) sprintf(buf, "exiting on signal %d", sig); errno = 0; - logerror(buf); + logmsg(LOG_SYSLOG|LOG_INFO, buf); } /* Close the sockets. */