ports/textproc/augeas/files/patch-lenses_postgresql.aug
Steve Wills 1e63d969e5 textproc/augeas: update to 1.7.0
PR:		215515
Submitted by:	olgeni
2017-01-31 13:33:02 +00:00

10 lines
477 B
Text

--- 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" )