The behaviour your diff introduces isn't without precedence. Some daemons
do this when starting, some don't. Eh, not sure what to say really... Its
kind of a moot point for me.

-mark

===============

Hello,

while playing with isakmpd, I found that it would be nice to have a
complement for the "isakmpd: exiting" log entry.

Index: isakmpd.c
===================================================================
RCS file: /cvs/src/sbin/isakmpd/isakmpd.c,v
retrieving revision 1.97
diff -u -r1.97 isakmpd.c
--- isakmpd.c   12 May 2008 19:15:02 -0000      1.97
+++ isakmpd.c   7 Apr 2010 17:16:47 -0000
@@ -398,6 +398,7 @@
        log_to(stderr);
        parse_args(argc, argv);
        log_init(debug);
+       log_print("isakmpd: starting");

        /* Open protocols and services databases.  */
        setprotoent(1);

Reply via email to