diff options
author | lum <lum@cvs.openbsd.org> | 2010-04-15 07:51:18 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2010-04-15 07:51:18 +0000 |
commit | b6e74e9da5f39c93529339997a12966381c39109 (patch) | |
tree | 3724463f1fac0fc9bd6b20908bdf3dd151e1e161 /sbin/isakmpd | |
parent | 3bed90971d080cedd6a2e02f5d7d2131a1e4a01a (diff) |
Log when isakmpd starts - patch from Toni Mueller
ok ho@ mpf@ krw@ sthen@ kjell@
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index 5522ac9a2fb..c21a7b1a56d 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.97 2008/05/12 19:15:02 pyr Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.98 2010/04/15 07:51:17 lum Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -398,6 +398,7 @@ main(int argc, char *argv[]) log_to(stderr); parse_args(argc, argv); log_init(debug); + log_print("isakmpd: starting"); /* Open protocols and services databases. */ setprotoent(1); |