Date: Thu, 21 Feb 2013 18:48:01 +0300 From: Sergey Kandaurov <pluknet@freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r247102 - head/share/man/man4 Message-ID: <CAE-mSOL=%2Btq2Dvpxe-N%2BjxL=iP0WxojwbNm%2B6%2BmnxmMjHWLp3w@mail.gmail.com> In-Reply-To: <201302211541.r1LFfAKK071497@svn.freebsd.org> References: <201302211541.r1LFfAKK071497@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 21 February 2013 19:41, Sergey Kandaurov <pluknet@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOL=%2Btq2Dvpxe-N%2BjxL=iP0WxojwbNm%2B6%2BmnxmMjHWLp3w>