From owner-svn-src-all@FreeBSD.ORG Thu Feb 21 15:48:08 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 628F4CEE; Thu, 21 Feb 2013 15:48:08 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by mx1.freebsd.org (Postfix) with ESMTP id A9085F0E; Thu, 21 Feb 2013 15:48:07 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id 15so7306631wgd.28 for ; Thu, 21 Feb 2013 07:48:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=50IgYdpyQlc2ZXDXDfmb/IplOUOaIQsYrvUdsVZGoiM=; b=lM38U5++6+O48FphD4t0ZrUTsjkurkc78krEcU2UVBahKBv4vF7HGSkRZ74DrSB91S 8eendeTjO/cKQ+doDF6t0A/a7Tl+Z9NGrIqx81abGPQkc3GHE1K0O2ZalxgD5p237WX/ bOwEWy3r4ymz0ABtcsRe60daFHeobbmprOp98sCeCDRVhHG4xhmKet4McD86DIk7aPTw xLZmc6zV7vCvVjXVbDpItHmhdeoLLC8pH0BYegOAcBsiQenlS/Ngo72hbdX+w4kfF0X0 Hd5X3/IRw02OwQwnm9prDNdDr85cvU3oXuS4BuDQMEqMsEJnrWbnUjwJiOZ84VJ++YjI BuYg== MIME-Version: 1.0 X-Received: by 10.180.107.70 with SMTP id ha6mr28043514wib.10.1361461681501; Thu, 21 Feb 2013 07:48:01 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.194.86.167 with HTTP; Thu, 21 Feb 2013 07:48:01 -0800 (PST) In-Reply-To: <201302211541.r1LFfAKK071497@svn.freebsd.org> References: <201302211541.r1LFfAKK071497@svn.freebsd.org> Date: Thu, 21 Feb 2013 18:48:01 +0300 X-Google-Sender-Auth: 1CI_B1k7sQmnX6kfJFZrKdJ9lAs Message-ID: Subject: Re: svn commit: r247102 - head/share/man/man4 From: Sergey Kandaurov To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 21 Feb 2013 15:48:08 -0000 On 21 February 2013 19:41, Sergey Kandaurov wrote: > Author: pluknet > Date: Thu Feb 21 15:41:09 2013 > New Revision: 247102 > URL: http://svnweb.freebsd.org/changeset/base/247102 > > Log: > In the EXAMPLES section: append the subsystem regular expression with a > typical interface name pattern as devd(8) uses full string match. > > Discussed with: avg, glebius > > Modified: > head/share/man/man4/carp.4 > > Modified: head/share/man/man4/carp.4 > ============================================================================== > --- head/share/man/man4/carp.4 Thu Feb 21 15:35:48 2013 (r247101) > +++ head/share/man/man4/carp.4 Thu Feb 21 15:41:09 2013 (r247102) > @@ -26,7 +26,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd December 25, 2012 > +.Dd February 21, 2013 > .Dt CARP 4 > .Os > .Sh NAME > @@ -281,7 +281,7 @@ status change events can be set up by us > .Bd -literal -offset indent > notify 0 { > match "system" "CARP"; > - match "subsystem" "[0-9]+@"; > + match "subsystem" "[0-9]+@[0-9a-z]+"; > match "type" "(MASTER|BACKUP)"; > action "/root/carpcontrol.sh $subsystem $type"; > }; "Typical" means that it could be renamed to something else with ifconfig name. -- wbr, pluknet