From bfaf8a7392371187972decccfb42a04e4fc105f9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 24 May 2015 20:57:08 +0200 Subject: [PATCH] /etc/sysconfig/profile support --- dist/README | 2 ++ fs-add/root/.profile | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 fs-add/root/.profile diff --git a/dist/README b/dist/README index 81e6ad4a..b322a02d 100644 --- a/dist/README +++ b/dist/README @@ -54,6 +54,7 @@ Customization: - inetd.conf file is linked to /etc/sysconfig/inetd.conf - oscam configs are in /etc/sysconfig/oscam directory - if /etc/sysconfig/customd script exists, it is executed from init + - if /etc/sysconfig/profile script exists, it is executed at login httpd: @@ -158,6 +159,7 @@ History: - added nano text editor - updated oscam to 10663 - added upgrade-fw script for the internal flash upgrade without an USB stick + - added /etc/sysconfig/profile support satip-axe-201504211434-8 - Tue Apr 21 2015 - faster boot (approx. 25 seconds from flash) diff --git a/fs-add/root/.profile b/fs-add/root/.profile new file mode 100644 index 00000000..686f2de4 --- /dev/null +++ b/fs-add/root/.profile @@ -0,0 +1,3 @@ +if test -x /etc/sysconfig/profile; then + . /etc/sysconfig/profile +fi