diff options
author | 2005-05-23 20:45:41 +0000 | |
---|---|---|
committer | 2005-05-23 20:45:41 +0000 | |
commit | ad5cef22de513e039a04a5e56dde7efcb6183f28 (patch) | |
tree | 5fef671a581651a24ed49e7bb805732218936de2 | |
parent | Xr and whitespace fixes; (diff) | |
download | wireguard-openbsd-ad5cef22de513e039a04a5e56dde7efcb6183f28.tar.xz wireguard-openbsd-ad5cef22de513e039a04a5e56dde7efcb6183f28.zip |
wee fixes;
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5 index 4d9a7c9a1cd..d12dcc9d9f4 100644 --- a/usr.sbin/sasyncd/sasyncd.conf.5 +++ b/usr.sbin/sasyncd/sasyncd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sasyncd.conf.5,v 1.4 2005/05/23 17:32:49 ho Exp $ +.\" $OpenBSD: sasyncd.conf.5,v 1.5 2005/05/23 20:45:41 jmc Exp $ .\" .\" Copyright (c) 2005 Håkan Olsson. All rights reserved. .\" @@ -47,10 +47,10 @@ Since the file contains the shared secret key used to encrypt data between this host and the others, .Pa /etc/sasyncd.conf must be owned either by -.Nm root +.Dq root or the -.Nm _isakmpd -pseudo user and be readable only by this owner, e.g +.Dq _isakmpd +pseudo user and be readable only by this owner, e.g.\& .Bd -literal -offset indent # chown root /etc/sasyncd.conf # chmod 0600 /etc/sasyncd.conf |