| Summary: | Commit 497cdf9673ec53d59634bb78862cd8dea3d5c155: /etc/profile: exclude also "*.csh" from /usr/local/etc/profile.d/ | ||
|---|---|---|---|
| Product: | Base System | Reporter: | O. Hartmann <ohartmann> |
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | des, emaste, grahamperrin |
| Priority: | --- | Flags: | linimon:
mfc-stable13?
|
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://cgit.freebsd.org/src/commit/?id=497cdf9673ec53d59634bb78862cd8dea3d5c155 | ||
| See Also: |
https://reviews.freebsd.org/D36505 https://reviews.freebsd.org/D37034 |
||
| Bug Depends on: | |||
| Bug Blocks: | 229473 | ||
^Triage: assign to committer of D37034. Fixed by 8d7221ca2dd5. |
Commit 497cdf9673ec53d59634bb78862cd8dea3d5c155 introduces a new /etc/profile reading more sh profiles, also those put into /usr/local/etc/profile.d/. On working hosts with some special ports installed, ${LOCALBASE}/etc/profile.d/ is also populated with a set of sh/ksh/bash configuration files ending in *.sh as well as those for csh/tcsh, ending in *.csh accordingly, like these ports I'm aware of: lang/gawk (gawk.{sh|csh}) x11-toolkits/vte3 (vte.{sh|csh} The existence of *.csh files in folder results in unpleasant errors during a full login.