blob: e5c87a90b461583506a46cc7b882ed1b4b2fb4c4 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- lenses/postgresql.aug.orig	2016-12-23 12:13:09 UTC
+++ lenses/postgresql.aug
@@ -70,6 +70,7 @@ let lns = (Util.empty | Util.comment | e
 
 (* Variable: filter *)
 let filter = (incl "/var/lib/pgsql/data/postgresql.conf" .
+              incl "/usr/local/pgsql/data/postgresql.conf" .
               incl "/var/lib/pgsql/*/data/postgresql.conf" .
               incl "/var/lib/postgresql/*/data/postgresql.conf" .
               incl "/etc/postgresql/*/*/postgresql.conf" )
 |