diff options
author | 1999-07-18 09:33:21 +0000 | |
---|---|---|
committer | 1999-07-18 09:33:21 +0000 | |
commit | e4f2679fea40aeefdf1ac09cd63d4ea42e9d28c0 (patch) | |
tree | 9e7701ec0d81d4ebbf0f09711dd5a609c47e063e | |
parent | samples/VPN-3way-template.conf: Merge with EOM 1.4 (diff) | |
download | wireguard-openbsd-e4f2679fea40aeefdf1ac09cd63d4ea42e9d28c0.tar.xz wireguard-openbsd-e4f2679fea40aeefdf1ac09cd63d4ea42e9d28c0.zip |
conf.h: Merge with EOM 1.9
isakmpd.8: Merge with EOM 1.15
author: niklas
Moving /etc/isakmpd.conf to /etc/isakmpd/isakmpd.conf.
-rw-r--r-- | sbin/isakmpd/conf.h | 6 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/isakmpd/conf.h b/sbin/isakmpd/conf.h index 6d31c31c1a8..71b6db90ec3 100644 --- a/sbin/isakmpd/conf.h +++ b/sbin/isakmpd/conf.h @@ -1,5 +1,5 @@ -/* $OpenBSD: conf.h,v 1.7 1999/04/19 19:54:54 niklas Exp $ */ -/* $EOM: conf.h,v 1.8 1999/04/02 00:57:30 niklas Exp $ */ +/* $OpenBSD: conf.h,v 1.8 1999/07/18 09:33:21 niklas Exp $ */ +/* $EOM: conf.h,v 1.9 1999/07/18 09:20:27 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -41,7 +41,7 @@ #include <sys/queue.h> #include <stdio.h> -#define CONFIG_FILE "/etc/isakmpd.conf" +#define CONFIG_FILE "/etc/isakmpd/isakmpd.conf" struct conf_list_node { TAILQ_ENTRY (conf_list_node) link; diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index aff4af9a0c1..9e02c3a7159 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: isakmpd.8,v 1.10 1999/07/07 22:08:10 niklas Exp $ -.\" $EOM: isakmpd.8,v 1.14 1999/07/07 19:17:30 niklas Exp $ +.\" $OpenBSD: isakmpd.8,v 1.11 1999/07/18 09:33:21 niklas Exp $ +.\" $EOM: isakmpd.8,v 1.15 1999/07/18 09:20:27 niklas Exp $ .\" .\" Copyright (c) 1998 Niklas Hallqvist. All rights reserved. .\" @@ -67,7 +67,7 @@ The options are as follows: If given, the .Fl c option specifies an alternate configuration file instead of -.Pa /etc/isakmpd.conf . +.Pa /etc/isakmpd/isakmpd.conf . .It Fl d The .Fl d @@ -134,7 +134,7 @@ The flag does not do what we document, rather it does nothing. .Sh FILES .Bl -tag -width /var/run/isakmpd.report -.It Pa /etc/isakmpd.conf +.It Pa /etc/isakmpd/isakmpd.conf The configuration file .It Pa /var/run/isakmpd.fifo The FIFO used to manually control |