/etc/sysconfig/profile support
This commit is contained in:
parent
3b50611490
commit
bfaf8a7392
2
dist/README
vendored
2
dist/README
vendored
@ -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
3
fs-add/root/.profile
Normal file
@ -0,0 +1,3 @@
|
||||
if test -x /etc/sysconfig/profile; then
|
||||
. /etc/sysconfig/profile
|
||||
fi
|
Loading…
Reference in New Issue
Block a user