diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-12-10 03:45:04 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-12-10 03:45:04 +0000 |
commit | 930da000905a2526706d543b90944f2ae69e94db (patch) | |
tree | 80847d95e0312a6242549f44082c7f8b9ac4b395 | |
parent | cca4bd5360ba8d11f639dbbbe9d77ad34b066aa7 (diff) |
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 |