diff options
author | 2010-06-30 00:44:36 +0000 | |
---|---|---|
committer | 2010-06-30 00:44:36 +0000 | |
commit | 78cbf6656b65b3830588dc299a33372cad38a157 (patch) | |
tree | 6efb9c41a007d4c2c58a7db0e9221ed948d2b240 | |
parent | Move the plimit and pcred bits in fork1() into process_new() and make (diff) | |
download | wireguard-openbsd-78cbf6656b65b3830588dc299a33372cad38a157.tar.xz wireguard-openbsd-78cbf6656b65b3830588dc299a33372cad38a157.zip |
clarify why carp demotion is necessary, and who is doing it.
ok reyk@, sthen@
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.conf.5 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5 index 26b3a00ade7..d060dca464b 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.16 2010/06/16 17:39:05 reyk Exp $ +.\" $OpenBSD: sasyncd.conf.5,v 1.17 2010/06/30 00:44:36 kjell Exp $ .\" .\" Copyright (c) 2005 Håkan Olsson. All rights reserved. .\" @@ -27,7 +27,7 @@ .\" .\" Manual page for sasyncd.conf .\" -.Dd $Mdocdate: June 16 2010 $ +.Dd $Mdocdate: June 30 2010 $ .Dt SASYNCD.CONF 5 .Os .Sh NAME @@ -71,11 +71,14 @@ should track master/slave state on. .Ic group .Ar group .Xc -Specify which interface group +Specify on which interface group .Xr sasyncd 8 -should use to suppress +should increase the demote counter. +This has the effect of suppressing .Xr carp 4 -preemption while the system boots. +preemption while initial +.Xr sasyncd 8 +state is established. The default is to use the .Dq carp group. |