Re: isakmpd: tiny patch

2010-04-13 Thread Toni Mueller
On Thu, 08.04.2010 at 08:52:12 +0100, Mark Lumsden m...@cyodesigns.com wrote:
 You want a yay? Give me a yay:
 
 http://marc.info/?l=openbsd-techm=127071264614038w=2
 
 aka: disklabel - 'P' option

Ok, here you are: yay...

 fairs fair.

??


Kind regards,
--Toni++



Re: isakmpd: tiny patch

2010-04-08 Thread Mark Lumsden
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 -  1.97
+++ isakmpd.c   7 Apr 2010 17:16:47 -
@@ -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);



Re: isakmpd: tiny patch

2010-04-08 Thread Mark Lumsden
On Thu, 08.04.2010 at 07:24:26 +0100, Mark Lumsden m...@cyodesigns.com
wrote:
 The behaviour your diff introduces isn't without precedence.

I'm sorry, but I don't understand what you want to say.

The patch will make isakmpd generate a log entry when it starts. For
me, usually running with high levels of debugging, this makes it easier
to find the places in the log files where isakmpd starts. I am under
the impression that the patch has no negative side effects. I just
checked, but on amd64, it doesn't even increase the size of the binary.

You want a yay? Give me a yay:

http://marc.info/?l=openbsd-techm=127071264614038w=2

aka: disklabel - 'P' option

fairs fair.



isakmpd: tiny patch

2010-04-07 Thread Toni Mueller
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 -  1.97
+++ isakmpd.c   7 Apr 2010 17:16:47 -
@@ -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++