isakmpd: tiny patch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Toni Mueller
Date: Wednesday, April 7, 2010 - 10:20 am

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);



Kind regards,
--Toni++
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
isakmpd: tiny patch, Toni Mueller, (Wed Apr 7, 10:20 am)