freebsd-ports/databases/iplike/files/patch-install_iplike.sh.in
Danilo Egea Gondolfo f95aa1861d - Update to 2.1.1
2019-02-23 16:44:39 +00:00

11 lines
391 B
Bash

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