On Thu, 2011-03-31 at 11:42 +0200, Edward Tomasz Napierała wrote: > Wiadomość 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 > >> > >> Log: > >> Add example devd.conf entry. > >> > >> + > >> +# This example works around a memory leak in PostgreSQL, restarting > >> +# it when "user:pgsql:swap:devctl=1G" rctl(8) rule gets triggered. > >> +notify 0 { > >> + match "system" "RCTL"; > >> + match "rule" "user:70:swap:.*"; > >> + action "/usr/local/etc/rc.d/postgresql restart" > >> +}; > >> + > >> */ > > > > This seems like a dangerous rule to have enabled by default? > > Yes. Note, however, the "*/" in the last line above - the whole block > is commented out.
Gah, sorry for the noise. Gavin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"