Hi Ádam, Benny, could you please:
ⓐ ensure that /usr/pkg/share/examples/mksh/dot.mkshrc is copied to /etc/skel/.mkshrc on package install time, like the MirPorts package does using @sample ⓑ report a bug against TNF base to change /etc/skel/.profile: # Configure the shell to load .shrc at startup time. # This will happen for every shell started, not just login shells. -export ENV=$HOME/.shrc +case $KSH_VERSION in *MIRBSD*) ;; *) export ENV=$HOME/.shrc ;; esac This will unify/improve behaviour. (In the case of *MIRBSD*, it could also try to copy /etc/skel/.mkshrc to ~ if it isn’t there yet. Please do not hesitate to ask back for further advice/discussion.) Thanks, //mirabilos -- <Natureshadow> Dann mach ich git annex copy --to shore und fertig ist das <Natureshadow> das ist ja viel cooler als ownCloud ... <mirabilos> sag ich doch <Natureshadow> ja wieso stimmt das denn immer was du sagst ...
