diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-04 17:22:43 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-04 17:22:43 +0000 |
commit | 647681827b051d987c41a8e8d8e1667bcae50714 (patch) | |
tree | 98cbbad8aefe1d0c72230e91a72cb997c3f5371c /sbin | |
parent | d4aed1ab2bb44153e07d7c4fb8a11a79ae73e791 (diff) |
Clarify that for -i/-R only paths beginning with /var/run are valid.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 5ace3b4159d..ec8eb52d96d 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.80 2005/06/02 10:03:37 jmc Exp $ +.\" $OpenBSD: isakmpd.8,v 1.81 2005/06/04 17:22:42 hshoexer Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -206,6 +206,9 @@ By default the PID of the daemon process will be written to This path can be overridden by specifying another one as the argument to the .Fl i option. +Note that only paths beginning with +.Pa /var/run +are allowed. .It Fl K When this option is given, .Nm @@ -257,6 +260,9 @@ but this can be changed by feeding the file name as an argument to the .Fl R flag. +Note that only paths beginning with +.Pa /var/run +are allowed. .It Fl T When this option is given, NAT-Traversal will be disabled and .Nm |