Author: asomers
Date: Mon Feb 27 15:32:56 2017
New Revision: 314341
URL: https://svnweb.freebsd.org/changeset/base/314341

Log:
  Update devd.conf for ports change 421360
  
  Ports change 421360 changed the name and UID of the postgres user
  
  Reviewed by:  trasz, imp, girgen
  MFC after:    3 weeks
  Sponsored by: Spectra Logic Corp
  Differential Revision:        https://reviews.freebsd.org/D9746

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf  Mon Feb 27 15:31:15 2017        (r314340)
+++ head/etc/devd.conf  Mon Feb 27 15:32:56 2017        (r314341)
@@ -312,10 +312,10 @@ notify 10 {
 };
 
 # This example works around a memory leak in PostgreSQL, restarting
-# it when the "user:pgsql:swap:devctl=1G" rctl(8) rule gets triggered.
+# it when the "user:postgres:swap:devctl=1G" rctl(8) rule gets triggered.
 notify 0 {
        match "system"          "RCTL";
-       match "rule"            "user:70:swap:.*";
+       match "rule"            "user:770:swap:.*";
        action                  "/usr/local/etc/rc.d/postgresql restart";
 };
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to