Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2005 11:56:07 -0500
From:      Michael Mulligan <mmulligan@intrusic.com>
To:        freebsd-database@freebsd.org
Cc:        girgen@FreeBSD.org
Subject:   postgresql_user in 010.pgsql.sh
Message-ID:  <439DABA7.8080801@intrusic.com>

next in thread | raw e-mail | index | archive | help
The current port hardcodes the postgresql_user as "pgsql" in pgsql.sh.tmpl:

   postgresql_user=pgsql

I want to make the suggestion to make this configurable via /etc/rc.conf 
- the default would remain "pgsql":

  postgresql_user=${postgresql_user:-"pgsql"}


Thanks for considering this.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?439DABA7.8080801>