diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-04-04 06:21:28 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-04-04 06:21:28 +0000 |
commit | 2ed18b1fc0a6b99f69d3684bb01ff6f860ab1bf6 (patch) | |
tree | c1a5a78b299c8d3d889d0c17636780c84f7e8aa3 /usr.sbin | |
parent | 6f885a95180f701397fce4200f8d7386341fd675 (diff) |
document the bug that sasyncd peers should share the same
platform. it would be really nice if somebody would fix this.
ok mpf@ todd@ jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.8 b/usr.sbin/sasyncd/sasyncd.8 index d363ec116f6..9e4970a9b50 100644 --- a/usr.sbin/sasyncd/sasyncd.8 +++ b/usr.sbin/sasyncd/sasyncd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sasyncd.8,v 1.9 2007/05/31 19:20:29 jmc Exp $ +.\" $OpenBSD: sasyncd.8,v 1.10 2008/04/04 06:21:27 otto Exp $ .\" .\" Copyright (c) 2005 Håkan Olsson. All rights reserved. .\" @@ -27,7 +27,7 @@ .\" .\" Manual page for sasyncd .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 4 2008 $ .Dt SASYNCD 8 .Os .Sh NAME @@ -144,3 +144,7 @@ daemon first appeared in .Ox 3.8 . It was written in 2004-2005 by Hakan Olsson, in part sponsored by Multicom Security AB, Sweden. +.Sh BUGS +Due to the absence of a proper on the wire SA transfer protocol, +.Nm +only works if the peers share the same hardware architecture. |