https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266858

--- Comment #3 from Peter Wemm <[email protected]> ---
Hmm. I think the real problem is /etc/profile itself:
        for _file in "${_dir}"/profile "${_dir}"/profile.d/* ; do
In the Linux universe, profile.d uses shell extensions.  eg: sh runs *.sh,
csh/tcsh runs *.csh, and so on.

root@overcee:/home/peter # ls /usr/local/etc/profile.d/
vte.csh vte.sh

Our /etc/profile script isn't compatible with packages developed with Linux
expectations.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to