summaryrefslogtreecommitdiff
path: root/databases/iplike/files/patch-install_iplike.sh.in
blob: be7b9c53203b1a1f32310b689c50926f458cdab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- install_iplike.sh.in.orig	2019-02-23 16:38:40 UTC
+++ install_iplike.sh.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 [ -z "$PG_DATABASE"  ] && PG_DATABASE="opennms"
-[ -z "$PG_USER"      ] && PG_USER="postgres"
+[ -z "$PG_USER"      ] && PG_USER="pgsql"
 [ -z "$PG_HOST"      ] && PG_HOST="localhost"
 [ -z "$PG_PORT"      ] && PG_PORT="5432"
 [ -z "$PG_PSQL"      ] && PG_PSQL="@PSQL_BINDIR@/psql"