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";
 };
 
 */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to