Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2011 11:59:45 +0100
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        Edward Tomasz =?iso-8859-2?Q?Napiera=B3a?= <trasz@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r220168 - head/etc
Message-ID:  <1301569185.37476.2.camel@buffy.york.ac.uk>
In-Reply-To: <B2FD7C4B-3256-475C-853F-151BBE206CA8@FreeBSD.org>
References:  <201103301835.p2UIZ2O8071886@svn.freebsd.org> <1301564092.37476.1.camel@buffy.york.ac.uk> <B2FD7C4B-3256-475C-853F-151BBE206CA8@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2011-03-31 at 11:42 +0200, Edward Tomasz Napiera=B3a wrote:
> Wiadomo=B6=E6 napisana przez Gavin Atkinson w dniu 2011-03-31, o godz. 11=
:34:
> > On Wed, 2011-03-30 at 18:35 +0000, Edward Tomasz Napierala wrote:
> >> Author: trasz
> >> Date: Wed Mar 30 18:35:02 2011
> >> New Revision: 220168
> >> URL: http://svn.freebsd.org/changeset/base/220168
> >>=20
> >> Log:
> >>  Add example devd.conf entry.
> >>=20
> >> +
> >> +# This example works around a memory leak in PostgreSQL, restarting
> >> +# it when "user:pgsql:swap:devctl=3D1G" rctl(8) rule gets triggered.
> >> +notify 0 {
> >> +	match "system"		"RCTL";
> >> +	match "rule"		"user:70:swap:.*";
> >> +	action			"/usr/local/etc/rc.d/postgresql restart"
> >> +};
> >> +
> >> */
> >=20
> > This seems like a dangerous rule to have enabled by default?
>=20
> Yes.  Note, however, the "*/" in the last line above - the whole block
> is commented out.

Gah, sorry for the noise.

Gavin



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