
This is part of debian-integration work. This will fix issues related to postgresql binaries not in path. This also aligns PATH from non-root users between CentOS and Debian. On CentOS non-root user have access to sbin class paths. On Debian postgresql binaries are no longer in /usr/bin, but on a custom path. Also package to /usr/share/starlingx/base-files to avoid possible conflicts with other config-files. Tests: PASS: build-pkgs PASS: build-image PASS: install iso PASS: check PATH for sysadmin & root PASS: bootstrap Story: 2009101 Task: 44906 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: Iad51fcc7ea0b11a3174150cc102c36df3292b725
7 lines
130 B
Bash
7 lines
130 B
Bash
#!/bin/sh
|
|
|
|
cp /usr/share/starlingx/base-files/motd /etc/motd
|
|
cp /usr/share/starlingx/base-files/profile /etc/profile
|
|
|
|
#DEBHELPER#
|