Date: Mon, 9 Jul 2012 20:11:32 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238308 - head/etc Message-ID: <201207092011.q69KBW5d037683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Jul 9 20:11:32 2012 New Revision: 238308 URL: http://svn.freebsd.org/changeset/base/238308 Log: Fix a missing ";". Modified: head/etc/devd.conf Modified: head/etc/devd.conf ============================================================================== --- head/etc/devd.conf Mon Jul 9 19:27:48 2012 (r238307) +++ head/etc/devd.conf Mon Jul 9 20:11:32 2012 (r238308) @@ -320,7 +320,7 @@ notify 10 { notify 0 { match "system" "RCTL"; match "rule" "user:70:swap:.*"; - action "/usr/local/etc/rc.d/postgresql restart" + action "/usr/local/etc/rc.d/postgresql restart"; }; */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207092011.q69KBW5d037683>