Added startup notification.
Showing
2 changed files
with
4 additions
and
0 deletions
... | @@ -336,6 +336,8 @@ imap4d_daemon (unsigned int maxchildren, unsigned int port) | ... | @@ -336,6 +336,8 @@ imap4d_daemon (unsigned int maxchildren, unsigned int port) |
336 | exit (1); | 336 | exit (1); |
337 | } | 337 | } |
338 | 338 | ||
339 | syslog (LOG_INFO, _("GNU imap4d started")); | ||
340 | |||
339 | for (;;) | 341 | for (;;) |
340 | { | 342 | { |
341 | if (children > maxchildren) | 343 | if (children > maxchildren) | ... | ... |
... | @@ -432,6 +432,8 @@ pop3d_daemon (unsigned int maxchildren, unsigned int port) | ... | @@ -432,6 +432,8 @@ pop3d_daemon (unsigned int maxchildren, unsigned int port) |
432 | exit (EXIT_FAILURE); | 432 | exit (EXIT_FAILURE); |
433 | } | 433 | } |
434 | 434 | ||
435 | syslog (LOG_INFO, _("GNU pop3d started")); | ||
436 | |||
435 | for (;;) | 437 | for (;;) |
436 | { | 438 | { |
437 | if (children > maxchildren) | 439 | if (children > maxchildren) | ... | ... |
-
Please register or sign in to post a comment