diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:30:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:30:12 +0000 |
commit | 1f89e1e8de2cce2e41654feeea9acb23cb4f208c (patch) | |
tree | bd4eea8d9971f417ed4a988f2ef67f4d7d4a5c89 /sbin | |
parent | ba2c9ca92a245403d28beaaeced3bddcfb7388a2 (diff) |
Merge from the Ericsson repository
| revision 1.15
| date: 1999/02/25 14:18:33; author: niklas; state: Exp; lines: +1 -3
| Better OS-dependency layout
| ----------------------------
| revision 1.14
| date: 1999/02/25 11:21:53; author: niklas; state: Exp; lines: +2 -1
| sysdep-os.h addition
| ----------------------------
| revision 1.13
| date: 1998/12/20 11:48:33; author: niklas; state: Exp; lines: +5 -2
| Mention OpenBSD loc
| ----------------------------
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/isakmpd/README b/sbin/isakmpd/README index 5f09c9a470d..922246c88e5 100644 --- a/sbin/isakmpd/README +++ b/sbin/isakmpd/README @@ -1,5 +1,5 @@ -$OpenBSD: README,v 1.5 1998/12/21 01:02:22 niklas Exp $ -$EOM: README,v 1.12 1998/12/19 09:18:18 niklas Exp $ +$OpenBSD: README,v 1.6 1999/02/26 03:30:11 niklas Exp $ +$EOM: README,v 1.15 1999/02/25 14:18:33 niklas Exp $ This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) implementation. It's written by Niklas Hallqvist and Niels Provos, @@ -23,7 +23,6 @@ then the makefile support assumes a BSD environment. Assuming you have an OpenBSD /usr/share/mk and use the OpenBSD (or similar) make(1), you build isakmpd this way: -ln -s sysdep-openbsd.c sysdep.c make obj && make depend && make Then obj/isakmpd will be the daemon. I suggest you try it by running |