From 742404cc8ab08316b0c02310c89958972d43d22e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 24 Feb 2018 09:38:11 -0800 Subject: postgres: move to recipes-dbs Signed-off-by: Armin Kuster --- meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile (limited to 'meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile') diff --git a/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile b/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile new file mode 100644 index 0000000000..1c931f37fd --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile @@ -0,0 +1,4 @@ +[ -f /etc/profile ] && source /etc/profile + +PGDATA=/var/lib/postgresql/data +export PGDATA -- cgit v1.2.3-54-g00ecf