* 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:
Joey Schulze 1998-06-12 23:43:39 +00:00
parent 0beb8eec6d
commit 7326d197dd

View File

@ -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. */