* 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)
This commit is contained in:
parent
0beb8eec6d
commit
7326d197dd
@ -1963,7 +1963,7 @@ void die(sig)
|
|||||||
dprintf("syslogd: exiting on signal %d\n", sig);
|
dprintf("syslogd: exiting on signal %d\n", sig);
|
||||||
(void) sprintf(buf, "exiting on signal %d", sig);
|
(void) sprintf(buf, "exiting on signal %d", sig);
|
||||||
errno = 0;
|
errno = 0;
|
||||||
logerror(buf);
|
logmsg(LOG_SYSLOG|LOG_INFO, buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Close the sockets. */
|
/* Close the sockets. */
|
||||||
|
Loading…
Reference in New Issue
Block a user