Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I want ash to run a script when I login with telnet.
Apparently, the funplug.d/etc/profile is not executed at login
Neither is /etc/profile nor ~/.profile
But running "strings $0|grep profile" produces the following output:
readprofile /mnt/HD_a2/fun_plug.d/etc/profile .profile /proc/profile profile address out of range. Wrong map file?
Thus it seems to me that it *should* run either of the above-mentioned profiles!?
I'm running fun_plug-0.4-test
What am I doing wrong?
Offline
fun_plug.d/etc/profile is executed for login shells. The immediate-shell telnet server that's running by default doesn't start a login shell and inherits the environment of the fun_plug script instead.
Offline