/etc/sysconfig/profile support

This commit is contained in:
Jaroslav Kysela 2015-05-24 20:57:08 +02:00
parent 3b50611490
commit bfaf8a7392
2 changed files with 5 additions and 0 deletions

2
dist/README vendored
View File

@ -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)

3
fs-add/root/.profile Normal file
View File

@ -0,0 +1,3 @@
if test -x /etc/sysconfig/profile; then
. /etc/sysconfig/profile
fi