Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2011 13:33:28 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224883 - head/share/man/man4
Message-ID:  <201108151333.p7FDXSqL012094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Aug 15 13:33:28 2011
New Revision: 224883
URL: http://svn.freebsd.org/changeset/base/224883

Log:
  Fix a couple of issues in last commit.
  
  Submitted by:	maxim
  Approved by:	re (kib)

Modified:
  head/share/man/man4/carp.4

Modified: head/share/man/man4/carp.4
==============================================================================
--- head/share/man/man4/carp.4	Mon Aug 15 13:33:14 2011	(r224882)
+++ head/share/man/man4/carp.4	Mon Aug 15 13:33:28 2011	(r224883)
@@ -282,7 +282,7 @@ notify 0 {
 
 notify 0 {
 	match "system"          "IFNET";
-	match "type"            "LINK_UP";
+	match "type"            "LINK_DOWN";
 	match "subsystem"       "carp*";
 	action "/root/carpcontrol.sh $type $subsystem";
 };
@@ -291,6 +291,7 @@ notify 0 {
 .Xr inet 4 ,
 .Xr pfsync 4 ,
 .Xr rc.conf 5 ,
+.Xr devd.conf 5 ,
 .Xr ifconfig 8 ,
 .Xr sysctl 8
 .Sh HISTORY



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108151333.p7FDXSqL012094>