Add LOG_CONS when openlog().

This commit is contained in:
brezak 1993-06-10 12:23:47 +00:00
parent bfbb5d82d8
commit 045a590334
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ main(argc, argv)
(void) signal(SIGHUP, cleanup);
}
openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
transp = svcudp_create(sock);
if (transp == NULL) {

View File

@ -81,7 +81,7 @@ main(argc, argv)
(void) signal(SIGHUP, cleanup);
}
openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
transp = svcudp_create(sock);
if (transp == NULL) {