From owner-svn-src-all@FreeBSD.ORG Mon Aug 15 13:33:28 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988A7106566C; Mon, 15 Aug 2011 13:33:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 887368FC19; Mon, 15 Aug 2011 13:33:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p7FDXSWM012096; Mon, 15 Aug 2011 13:33:28 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p7FDXSqL012094; Mon, 15 Aug 2011 13:33:28 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201108151333.p7FDXSqL012094@svn.freebsd.org> From: Gleb Smirnoff Date: Mon, 15 Aug 2011 13:33:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224883 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 13:33:28 -0000 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