freebsd-ports/textproc/augeas/files/patch-lenses_pg__hba.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/pg_hba.aug.orig 2016-12-23 12:13:13 UTC
+++ lenses/pg_hba.aug
@@ -81,6 +81,7 @@ module Pg_Hba =
(* View: filter
The pg_hba.conf conf file *)
let filter = (incl "/var/lib/pgsql/data/pg_hba.conf" .
+ incl "/usr/local/pgsql/data/pg_hba.conf" .
incl "/var/lib/pgsql/*/data/pg_hba.conf" .
incl "/var/lib/postgresql/*/data/pg_hba.conf" .
incl "/etc/postgresql/*/*/pg_hba.conf" )