aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-24 09:38:11 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-24 09:38:11 -0800
commit62633544c0b6b22fcf40d00fd125269a579664b4 (patch)
treedaa50c85193dbd0fbe91970920eb92c4b1ab06e0 /meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile
parent43cd3d58a651fcf3d4754e344aead611a09349b3 (diff)
downloadmeta-openembedded-contrib-62633544c0b6b22fcf40d00fd125269a579664b4.tar.gz
postgres: move to recipes-dbsakuster/meta-oe-reorg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile')
-rw-r--r--meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile4
1 files changed, 4 insertions, 0 deletions
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