diff options
author | 2001-12-10 03:45:03 +0000 | |
---|---|---|
committer | 2001-12-10 03:45:03 +0000 | |
commit | bad0180eb7261f29450851e1590868a6cebd0323 (patch) | |
tree | 7c3fc966df6d90678a1404513785ef27315e4796 | |
parent | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). (diff) | |
download | wireguard-openbsd-bad0180eb7261f29450851e1590868a6cebd0323.tar.xz wireguard-openbsd-bad0180eb7261f29450851e1590868a6cebd0323.zip |
Mention that SIGHUP will cause isakmpd to reread isakmpd.conf
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 4 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 30c36d0692f..c3d6dae4703 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.33 2001/08/31 12:22:19 ho Exp $ +.\" $OpenBSD: isakmpd.8,v 1.34 2001/12/10 03:45:03 ho Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -96,6 +96,8 @@ option specifies an alternate configuration file instead of .Pa /etc/isakmpd/isakmpd.conf . As this file may contain sensitive information, it must be readable only by the user running the daemon. +.Nm +will reread the configuration file when sent a SIGHUP signal. .It Fl d The .Fl d diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 4bec426c9c1..18ebb3ef507 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.59 2001/10/11 13:24:31 ho Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.60 2001/12/10 03:45:03 ho Exp $ .\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $ .\" .\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -75,6 +75,12 @@ Some values are formatted like this: X,Y:Z, which is an offer/accept syntax, where X is a value we offer and Y:Z is a range of accepted values, inclusive. .Pp +To activate changes to +.Nm +without restarting +.Nm isakmpd , +send a SIGHUP signal to the daemon process. +.Pp .Ss Auto-generated parts of the configuration .Pp Some predefined section names are recognized by the daemon, voiding the need |